Home
last modified time | relevance | path

Searched refs:DLG_COLOR (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/kconfig/lxdialog/
A Dutil.c38 #define DLG_COLOR(dialog, f, b, h) \ macro
76 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
77 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, false); in set_blackbg_theme()
78 DLG_COLOR(dialog, COLOR_WHITE, COLOR_BLACK, false); in set_blackbg_theme()
79 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
80 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
94 DLG_COLOR(menubox_border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
96 DLG_COLOR(item, COLOR_WHITE, COLOR_BLACK, false); in set_blackbg_theme()
97 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
107 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
[all …]

Completed in 6 milliseconds