Forrest logo
back to context overview

color

List of commands for color:

  • color:tldr:2fa3c color: Set the console foreground and background to a specific color using hexadecimal numbers (`1-9,a-f`).
    $ color ${foreground_code}${background_code}
    try on your machine
    explain this command
  • color:tldr:4c8d2 color: List available color values and detailed information.
    $ color /?
    try on your machine
    explain this command
  • color:tldr:70dda color: Set the console colors to the default values.
    $ color
    try on your machine
    explain this command
back to context overview