mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 16:35:53 +02:00
color: add page
This commit is contained in:
parent
fa3828cf10
commit
363753af79
1 changed files with 15 additions and 0 deletions
15
pages/windows/color.md
Normal file
15
pages/windows/color.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# color
|
||||
|
||||
> Set the console foreground and background colors.
|
||||
|
||||
- Set the console colors to the default values:
|
||||
|
||||
`color`
|
||||
|
||||
- Set the console foreground and background to a specific color:
|
||||
|
||||
`color {{color_hex}}`
|
||||
|
||||
- List available color values and detailed information:
|
||||
|
||||
`color /?`
|
Loading…
Add table
Reference in a new issue