Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dutil.c62 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 …]
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py336 COLOR_BLACK = '0;30' variable