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

/haiku/src/apps/terminal/
H A DTermConst.h115 static const char* const PREF_ANSI_BLACK_COLOR = "ANSI black color"; variable
H A DPrefHandler.cpp66 { PREF_ANSI_BLACK_COLOR, " 40, 40, 40" },
298 scheme->ansi_colors.black = getRGB(PREF_ANSI_BLACK_COLOR);
H A DTermApp.cpp362 PREF_ANSI_BLACK_COLOR,
H A DThemeView.cpp154 array->runs[0].color = prefHandler->getRGB(PREF_ANSI_BLACK_COLOR);
414 pref->setRGB(PREF_ANSI_BLACK_COLOR, scheme->ansi_colors.black);
H A DTermWindow.cpp1237 PREF_ANSI_BLACK_COLOR,

Completed in 47 milliseconds