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

/haiku/src/apps/terminal/
H A DTermConst.h105 static const char* const PREF_TEXT_BACK_COLOR = "Background"; variable
H A DPrefHandler.cpp56 { PREF_TEXT_BACK_COLOR, "255, 255, 255" },
293 scheme->text_back_color = getRGB(PREF_TEXT_BACK_COLOR);
H A DThemeView.cpp221 fPreview->SetViewColor(prefHandler->getRGB(PREF_TEXT_BACK_COLOR));
409 pref->setRGB(PREF_TEXT_BACK_COLOR, scheme->text_back_color);
H A DTermWindow.cpp1223 rgb_color background = handler->getRGB(PREF_TEXT_BACK_COLOR);
H A DTermView.cpp711 PREF_TEXT_BACK_COLOR);

Completed in 95 milliseconds