/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | util.c | 63 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 69 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 74 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 76 DLG_COLOR(position_indicator, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 81 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 82 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 83 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 84 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 99 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme() 100 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false); 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() 69 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 74 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 76 DLG_COLOR(position_indicator, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 81 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 82 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 83 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 84 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 99 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme() 100 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false); 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()
|