tldr/pages/windows/color.md

17 lines
411 B
Markdown
Raw Normal View History

2018-01-17 15:21:43 +00:00
# color
> Set the console foreground and background colors.
2019-08-22 13:37:57 +01:00
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/color>.
2018-01-17 15:21:43 +00:00
- 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}}`