/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | util.c | 63 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 106 DLG_COLOR(inputbox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 107 DLG_COLOR(inputbox_border, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 109 DLG_COLOR(searchbox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 110 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_BLACK, true); in set_blackbg_theme() 115 DLG_COLOR(menubox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 122 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() 124 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() 126 DLG_COLOR(check, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 127 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() [all …]
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | util.c | 63 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 106 DLG_COLOR(inputbox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 107 DLG_COLOR(inputbox_border, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 109 DLG_COLOR(searchbox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 110 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_BLACK, true); in set_blackbg_theme() 115 DLG_COLOR(menubox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 122 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() 124 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() 126 DLG_COLOR(check, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 127 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.gui.c | 35 init_pair(MAIN_MENU_BOX, COLOR_YELLOW, -1); in set_normal_colors() 39 init_pair(SCROLLWIN_BOX, COLOR_YELLOW, -1); in set_normal_colors() 42 init_pair(DIALOG_BOX, COLOR_YELLOW, -1); in set_normal_colors() 43 init_pair(DIALOG_MENU_BACK, COLOR_YELLOW, -1); in set_normal_colors() 46 init_pair(INPUT_BOX, COLOR_YELLOW, -1); in set_normal_colors() 52 init_pair(FUNCTION_TEXT, COLOR_YELLOW, -1); in set_normal_colors()
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.gui.c | 48 COLOR_ATTR(attr_main_menu_box, COLOR_YELLOW, COLOR_DEFAULT, A_NORMAL), 55 COLOR_ATTR(attr_scrollwin_box, COLOR_YELLOW, COLOR_DEFAULT, A_BOLD), 58 COLOR_ATTR(attr_dialog_menu_back, COLOR_YELLOW, COLOR_DEFAULT, A_NORMAL), 59 COLOR_ATTR(attr_dialog_box, COLOR_YELLOW, COLOR_DEFAULT, A_BOLD), 60 COLOR_ATTR(attr_input_box, COLOR_YELLOW, COLOR_DEFAULT, A_NORMAL), 64 COLOR_ATTR(attr_function_text, COLOR_YELLOW, COLOR_DEFAULT, A_REVERSE),
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 346 COLOR_YELLOW = '1;33' variable 972 log_color = COLOR_YELLOW 1015 log += color_text(self.options.color, COLOR_YELLOW, 1194 self.log += color_text(self.options.color, COLOR_YELLOW, 1393 print >> sys.stderr, color_text(self.options.color, COLOR_YELLOW,
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | tui.c | 369 init_pair(PT_COLOR_YELLOW, COLOR_WHITE, COLOR_YELLOW); in initialize_curses()
|
/openbmc/qemu/ui/ |
H A D | curses.c | 740 [QEMU_COLOR_YELLOW] = COLOR_YELLOW, in curses_setup()
|