Previous: Available Attributes, Up: Highlighting Groups [Contents][Index]
CGDB supports several colors, depending on how many colors your terminal supports. Below is a chart of the colors that CGDB provides. The values for each color represent the defines from the curses header file passed to init_pair() to ask curses to create a new color.
COLOR NAME | Color | Bold attribute |
| Black | COLOR_BLACK | No |
| DarkBlue | COLOR_BLUE | No |
| DarkGreen | COLOR_GREEN | No |
| DarkCyan | COLOR_CYAN | No |
| DarkRed | COLOR_RED | No |
| DarkMagenta | COLOR_MAGENTA | No |
| Brown, DarkYellow | COLOR_YELLOW | No |
| LightGray, LightGrey, Gray, Grey | COLOR_WHITE | No |
| DarkGray, DarkGrey | COLOR_BLACK | Yes |
| Blue, LightBlue | COLOR_BLUE | Yes |
| Green, LightGreen | COLOR_GREEN | Yes |
| Cyan, LightCyan | COLOR_CYAN | Yes |
| Red, LightRed | COLOR_RED | Yes |
| Magenta, LightMagenta | COLOR_MAGENTA | Yes |
| Yellow, LightYellow | COLOR_YELLOW | Yes |
| White | COLOR_WHITE | Yes |