Home
last modified time | relevance | path

Searched refs:COLOR_YELLOW (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c73 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
79 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
84 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
86 DLG_COLOR(position_indicator, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
91 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
92 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
93 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
94 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
109 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme()
110 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.gui.c34 init_pair(MAIN_MENU_BOX, COLOR_YELLOW, -1); in set_normal_colors()
38 init_pair(SCROLLWIN_BOX, COLOR_YELLOW, -1); in set_normal_colors()
41 init_pair(DIALOG_BOX, COLOR_YELLOW, -1); in set_normal_colors()
42 init_pair(DIALOG_MENU_BACK, COLOR_YELLOW, -1); in set_normal_colors()
45 init_pair(INPUT_BOX, COLOR_YELLOW, -1); in set_normal_colors()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.h147 #define COLOR_YELLOW "\033[1;33m" macro