/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | util.c | 61 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme() 62 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 66 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 70 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme() 71 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 72 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 73 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 77 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 79 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 85 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() [all …]
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | util.c | 61 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme() 62 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 66 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 70 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme() 71 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 72 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 73 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 77 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 79 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 85 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | sandbox_osd.h | 8 COLOR_BLACK, enumerator
|
H A D | sandbox_osd.c | 101 case COLOR_BLACK: in sandbox_osd_print()
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | tui.c | 365 init_pair(PT_COLOR_DEFAULT, COLOR_WHITE, COLOR_BLACK); in initialize_curses() 366 init_pair(PT_COLOR_HEADER_BAR, COLOR_BLACK, COLOR_WHITE); in initialize_curses() 367 init_pair(PT_COLOR_ERROR, COLOR_BLACK, COLOR_RED); in initialize_curses() 372 init_pair(PT_COLOR_BRIGHT, COLOR_WHITE, COLOR_BLACK); in initialize_curses()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | ncurses.py | 68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): 109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ):
|
H A D | taskexp_ncurses.py | 1258 curses.init_pair(0xFF, curses.COLOR_BLACK, curses.COLOR_WHITE); 1259 curses.init_pair(CURSES_NORMAL, curses.COLOR_WHITE, curses.COLOR_BLACK)
|
/openbmc/qemu/ui/ |
H A D | curses.c | 734 [QEMU_COLOR_BLACK] = COLOR_BLACK, in curses_setup() 757 init_pair(i, COLOR_WHITE, COLOR_BLACK); in curses_setup()
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 335 COLOR_BLACK = '0;30' variable
|