mirror of https://github.com/CrimsonTome/tldr.git
411 B
411 B
color
Set the console foreground and background colors. More information: https://docs.microsoft.com/en-us/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:
color {{foreground_code}}{{background_code}}