Create Foreground Color
Returns the ANSI code for the specified foreground color. make_fg
accepts numeric values (RGB or 8-bit color code), hexadecimal characters, or the name of the color.
make_fg(...)
... |
character or numeric value |
ANSI character string
# Different methods of specifying red make_fg("red") make_fg("#FF0000") make_fg(9) make_fg(255, 0, 0)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.