COLOR_YELLOW       63 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(title,                 COLOR_YELLOW, COLOR_WHITE,  true);
COLOR_YELLOW       69 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(button_label_active,   COLOR_YELLOW, COLOR_BLUE,   true);
COLOR_YELLOW       74 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(searchbox_title,       COLOR_YELLOW, COLOR_WHITE,  true);
COLOR_YELLOW       76 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(position_indicator,    COLOR_YELLOW, COLOR_WHITE,  true);
COLOR_YELLOW       81 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag,                   COLOR_YELLOW, COLOR_WHITE,  true);
COLOR_YELLOW       82 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag_selected,          COLOR_YELLOW, COLOR_BLUE,   true);
COLOR_YELLOW       83 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag_key,               COLOR_YELLOW, COLOR_WHITE,  true);
COLOR_YELLOW       84 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag_key_selected,      COLOR_YELLOW, COLOR_BLUE,   true);
COLOR_YELLOW       99 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(button_active,         COLOR_YELLOW, COLOR_RED,   false);
COLOR_YELLOW      100 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(button_inactive,       COLOR_YELLOW, COLOR_BLACK, false);
COLOR_YELLOW      101 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(button_key_active,     COLOR_YELLOW, COLOR_RED,   true);
COLOR_YELLOW      106 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(inputbox,         COLOR_YELLOW, COLOR_BLACK, false);
COLOR_YELLOW      107 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(inputbox_border,  COLOR_YELLOW, COLOR_BLACK, false);
COLOR_YELLOW      109 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(searchbox,        COLOR_YELLOW, COLOR_BLACK, false);
COLOR_YELLOW      110 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(searchbox_title,  COLOR_YELLOW, COLOR_BLACK, true);
COLOR_YELLOW      115 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(menubox,          COLOR_YELLOW, COLOR_BLACK, false);
COLOR_YELLOW      122 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag_selected,     COLOR_YELLOW, COLOR_RED,   true);
COLOR_YELLOW      124 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED,   true);
COLOR_YELLOW      126 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(check,            COLOR_YELLOW, COLOR_BLACK, false);
COLOR_YELLOW      127 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(check_selected,   COLOR_YELLOW, COLOR_RED,   true);
COLOR_YELLOW      137 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(button_key_active,   COLOR_YELLOW, COLOR_BLUE,  true);
COLOR_YELLOW       34 scripts/kconfig/nconf.gui.c 	init_pair(MAIN_MENU_BOX, COLOR_YELLOW, -1);
COLOR_YELLOW       38 scripts/kconfig/nconf.gui.c 	init_pair(SCROLLWIN_BOX, COLOR_YELLOW, -1);
COLOR_YELLOW       41 scripts/kconfig/nconf.gui.c 	init_pair(DIALOG_BOX, COLOR_YELLOW, -1);
COLOR_YELLOW       42 scripts/kconfig/nconf.gui.c 	init_pair(DIALOG_MENU_BACK, COLOR_YELLOW, -1);
COLOR_YELLOW       45 scripts/kconfig/nconf.gui.c 	init_pair(INPUT_BOX, COLOR_YELLOW, -1);
COLOR_YELLOW       51 scripts/kconfig/nconf.gui.c 	init_pair(FUNCTION_TEXT, COLOR_YELLOW, -1);
COLOR_YELLOW      369 tools/thermal/tmon/tui.c 	init_pair(PT_COLOR_YELLOW, COLOR_WHITE, COLOR_YELLOW);