Previous: , Up: Highlighting Groups   [Contents][Index]


5.3 The different colors

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 NAMEColorBold attribute
BlackCOLOR_BLACKNo
DarkBlueCOLOR_BLUENo
DarkGreenCOLOR_GREENNo
DarkCyanCOLOR_CYANNo
DarkRedCOLOR_REDNo
DarkMagentaCOLOR_MAGENTANo
Brown, DarkYellowCOLOR_YELLOWNo
LightGray, LightGrey, Gray, GreyCOLOR_WHITENo
DarkGray, DarkGreyCOLOR_BLACKYes
Blue, LightBlueCOLOR_BLUEYes
Green, LightGreenCOLOR_GREENYes
Cyan, LightCyanCOLOR_CYANYes
Red, LightRedCOLOR_REDYes
Magenta, LightMagentaCOLOR_MAGENTAYes
Yellow, LightYellowCOLOR_YELLOWYes
WhiteCOLOR_WHITEYes