ANSICOLOR_*
- [ANSICOLOR_RED]
- [ANSICOLOR_GREEN]
- [ANSICOLOR_YELLOW]
- [ANSICOLOR_BLUE]
- [ANSICOLOR_MAGENTA]
- [ANSICOLOR_CYAN]
- [ANSICOLOR_BRIGHTBLACK]
- [ANSICOLOR_BRIGHTRED]
- [ANSICOLOR_BRIGHTGREEN]
- [ANSICOLOR_BRIGHTYELLOW]
- [ANSICOLOR_BRIGHTBLUE]
- [ANSICOLOR_BRIGHTMAGENTA]
- [ANSICOLOR_BRIGHTCYAN]
- [ANSICOLOR_BRIGHTWHITE]
These are the ANSI color values seen in the console eg. by the output
of (GNU) ls -color=auto, or by ncurses text programs. The values
required are hexadecimal rgb values, (rr bb gg): eg: ANSICOLOR_RED="ff0000"
Thomas Eriksson
2004-06-23