2018-01-17 15:21:43 +00:00
|
|
|
# color
|
|
|
|
|
|
|
|
> Set the console foreground and background colors.
|
2022-10-04 16:06:23 +01:00
|
|
|
> More information: <https://learn.microsoft.com/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 /?`
|
2018-01-18 09:18:58 +00:00
|
|
|
|
2022-01-19 21:04:53 +00:00
|
|
|
- Set the console foreground and background to a specific color using hexadecimal numbers (`1-9,a-f`):
|
2018-01-18 09:18:58 +00:00
|
|
|
|
|
|
|
`color {{foreground_code}}{{background_code}}`
|