1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:15:27 +02:00

color: add traditional Chinese translation (#11028)

* color: add traditional Chinese translation

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
Poy Chang 2023-10-24 11:59:59 +08:00 committed by GitHub
parent 964157ead8
commit 3ed83463de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
# color
> 設定主控台前景和背景顏色。
> 更多資訊:<https://learn.microsoft.com/windows-server/administration/windows-commands/color>.
- 將主控台顏色設置為預設值:
`color`
- 列出可用的顏色值和詳細資訊:
`color /?`
- 使用十六進制數字設定主控台前景色和背景色:
`color {{前景色編碼}}{{背景色編碼}}`