# Functions
ColorNameValues returns all the color names sorted.
GetColor returns the color for the list of colour names and option name.
# Variables
ColorAnswer returns a new function that returns answer-colorized (cyan) strings for the given arguments with fmt.Sprint().
ColorBold returns a new function that returns bold-colorized (bold) strings for the given arguments with fmt.Sprint().
No description provided by the author
ColorError returns a new function that returns error-colorized (red) strings for the given arguments with fmt.Sprint().
ColorInfo returns a new function that returns info-colorized (green) strings for the given arguments with fmt.Sprint().
ColorStatus returns a new function that returns status-colorized (blue) strings for the given arguments with fmt.Sprint().
ColorWarning returns a new function that returns warning-colorized (yellow) strings for the given arguments with fmt.Sprint().