Searched refs:PREF_ANSI_GREEN_HCOLOR (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/terminal/
H A DTermConst.h126 static const char* const PREF_ANSI_GREEN_HCOLOR = "ANSI bright green color"; variable
H A DPrefHandler.cpp77 { PREF_ANSI_GREEN_HCOLOR, " 0, 255, 0" },
308 scheme->ansi_colors_h.green = getRGB(PREF_ANSI_GREEN_HCOLOR);
H A DTermApp.cpp372 PREF_ANSI_GREEN_HCOLOR,
H A DThemeView.cpp196 array->runs[10].color = prefHandler->getRGB(PREF_ANSI_GREEN_HCOLOR);
424 pref->setRGB(PREF_ANSI_GREEN_HCOLOR, scheme->ansi_colors_h.green);
H A DTermWindow.cpp1247 PREF_ANSI_GREEN_HCOLOR,

Completed in 49 milliseconds