Lines Matching refs:DLG_COLOR
51 #define DLG_COLOR(dialog, f, b, h) \ macro
60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
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()
63 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
64 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme()
65 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
66 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
67 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
68 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme()
69 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); 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()
74 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
75 DLG_COLOR(searchbox_border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme()
76 DLG_COLOR(position_indicator, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
77 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
78 DLG_COLOR(menubox_border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme()
79 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
80 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
81 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
82 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
83 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
84 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
85 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
86 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
87 DLG_COLOR(uarrow, COLOR_GREEN, COLOR_WHITE, true); in set_classic_theme()
88 DLG_COLOR(darrow, COLOR_GREEN, COLOR_WHITE, true); in set_classic_theme()
93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
94 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, false); in set_blackbg_theme()
95 DLG_COLOR(dialog, COLOR_WHITE, COLOR_BLACK, false); in set_blackbg_theme()
96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
97 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
99 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme()
100 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
101 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
102 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
103 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
104 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
106 DLG_COLOR(inputbox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
107 DLG_COLOR(inputbox_border, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
109 DLG_COLOR(searchbox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
110 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_BLACK, true); in set_blackbg_theme()
111 DLG_COLOR(searchbox_border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
113 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
115 DLG_COLOR(menubox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
116 DLG_COLOR(menubox_border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
118 DLG_COLOR(item, COLOR_WHITE, COLOR_BLACK, false); in set_blackbg_theme()
119 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
121 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
122 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
123 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
124 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
126 DLG_COLOR(check, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
127 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
129 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
130 DLG_COLOR(darrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
136 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
137 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme()
138 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_BLUE, true); in set_bluetitle_theme()
139 DLG_COLOR(searchbox_title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
140 DLG_COLOR(position_indicator, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
141 DLG_COLOR(tag, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
142 DLG_COLOR(tag_key, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()