# Functions
ColorGenerator returns a generator function for colors.
DisableColorBasedOnEnvVar determines whether the CLI will produce color output based on the environment variable, COLOR.
Emphasize colors the string to denote that it as important, and returns it.
Help colors the string to denote that it's auxiliary helpful information, and returns it.
HighlightCode wraps the string s with the ` character, colors it to denote it's code, and returns it.
HighlightCodeBlock wraps the string s with ``` characters, colors it to denote it's a multi-line code block, and returns it.
HighlightResource colors the string to denote it as a resource created by the CLI, and returns it.
HighlightUserInput colors the string to denote it as an input from standard input, and returns it.
Prod colors the string to mark it is a prod environment.
# Variables
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.
Predefined colors.