add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/pastel.md Normal file
View File

@@ -0,0 +1,24 @@
# pastel
> 生成、分析、转换和操作颜色。
> 更多信息:<https://github.com/sharkdp/pastel>。
- 将颜色从一种格式转换为另一种格式。这里是从 RGB 到 HSL
`pastel format {{hsl}} {{ff8000}}`
- 在终端上显示和分析颜色:
`pastel color "{{rgb(255,50,127)}}"`
- 从屏幕上的某个地方选择颜色:
`pastel pick`
- 生成一组 N 种视觉上不同的颜色:
`pastel distinct {{8}}`
- 列出所有 X11/CSS 颜色名称:
`pastel list`