# Functions
WithColor returns a string with the given color applied.
WithColorPadding returns a string with the given color applied with leading and trailing spaces.
# Constants
BgBlack is the background color black.
BgBlue is the background color blue.
BgCyan is the background color cyan.
BgGreen is the background color green.
BgMagenta is the background color magenta.
BgRed is the background color red.
BgWhite is the background color white.
BgYellow is the background color yellow.
FgBlack is the foreground color black.
FgBlue is the foreground color blue.
FgCyan is the foreground color cyan.
FgGreen is the foreground color green.
FgMagenta is the foreground color magenta.
FgRed is the foreground color red.
FgWhite is the foreground color white.
FgYellow is the foreground color yellow.
NoColor is no color for both foreground and background.
# Type aliases
No description provided by the author