Searched refs:DLG_COLOR (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | util.c | 64 #define DLG_COLOR(dialog, f, b, h) \ macro 106 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme() 107 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, false); in set_blackbg_theme() 108 DLG_COLOR(dialog, COLOR_WHITE, COLOR_BLACK, false); in set_blackbg_theme() 109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 110 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme() 123 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_BLACK, true); in set_blackbg_theme() 124 DLG_COLOR(searchbox_border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme() 129 DLG_COLOR(menubox_border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme() 142 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() [all …]
|
Completed in 5 milliseconds