# Functions
Blue returns text colored blue.
Bold returns bolded text if the writer supports colors.
BrightRed returns text colored bright red.
BrightYellow returns text colored bright yellow.
Color returns an aurora.Aurora instance with colors enabled or disabled depending on whether the writer supports colors.
ColorizeJSON returns a colorized version of the input JSON, if the writer supports colors.
Cyan returns text colored cyan.
Faint returns slightly offset color text if the writer supports it.
Green returns text colored green.
InitConsole initializes any platform-specific aspect of the terminal.
Initialize re-instantiates the Aurora instance This initialization step is necessary because the parsing of the --no-color flag is done fairly late in the application cycle.
Italic returns italicized text if the writer supports it.
Magenta returns text colored magenta.
ProgressBar will display progress indication for the given items.
Red returns text colored red.
No description provided by the author
URL formats URL links if the writer supports it.
No description provided by the author
Yellow returns text colored yellow.
# Variables
DisableColors disables all colors and other ANSI sequences.
EnvironmentOverrideColors overs coloring based on `CLICOLOR` and `CLICOLOR_FORCE`.
ForceColors forces the use of colors and other ANSI sequences.