add new chinese translations
This commit is contained in:
24
pages.zh/common/pastel.md
Normal file
24
pages.zh/common/pastel.md
Normal 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`
|
Reference in New Issue
Block a user