1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/windows/color.md
2022-01-19 21:04:53 +00:00

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}}