mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
443 B
443 B
color
Set the console foreground and background colors. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/color.
- Set the console colors to the default values:
color
- List available color values and detailed information:
color /?
- Set the console foreground and background to a specific color using hexadecimal numbers (
1-9,a-f
):
color {{foreground_code}}{{background_code}}