| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | util.c | 74 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme() 75 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 79 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 83 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme() 84 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 85 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 86 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 90 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 92 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 98 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 62 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme() 63 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 67 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 71 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme() 72 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 73 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 74 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 78 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 80 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 86 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/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 ):
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190824.patch.gz | 1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190810.patch.gz | 1# ncurses 6.1 - patch 20190810 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | moveconfig.py | 336 COLOR_BLACK = '0;30' variable
|