Home
last modified time | relevance | path

Searched refs:COLOR_RED (Results 1 – 25 of 2383) sorted by relevance

12345678910>>...96

/dports/editors/the/THE-3.3RC4/
H A Dcolour.c316 {COLOR_RED, COLOR_BLUE , A_NORMAL, A_NORMAL}, /* C */
318 {COLOR_RED, COLOR_BLUE , A_NORMAL, A_NORMAL}, /* E */
319 {COLOR_RED, COLOR_BLUE , A_NORMAL, A_NORMAL}, /* F */
320 {COLOR_RED, COLOR_BLUE , A_BOLD , A_NORMAL}, /* G */
324 {COLOR_RED, COLOR_BLUE , A_NORMAL, A_NORMAL}, /* K */
326 {COLOR_RED, COLOR_BLUE , A_BOLD , A_NORMAL}, /* M */
334 {COLOR_RED, COLOR_BLUE , A_BOLD , A_NORMAL}, /* U */
340 {COLOR_RED, COLOR_BLUE , A_BOLD , A_NORMAL}, /* 1 */
342 {COLOR_RED, COLOR_BLUE , A_NORMAL, A_NORMAL}, /* 3 */
346 {COLOR_RED, COLOR_BLUE , A_BOLD , A_NORMAL}, /* 7 */
[all …]
/dports/games/nettoe/nettoe-1.5.1/src/
H A Dnettoe.c208 nettoe_term_set_color (COLOR_RED, ATTRIB_BRIGHT); in main_menu()
215 nettoe_term_set_color (COLOR_RED, ATTRIB_BRIGHT); in main_menu()
226 nettoe_term_set_color (COLOR_RED, ATTRIB_BRIGHT); in main_menu()
237 nettoe_term_set_color (COLOR_RED, ATTRIB_BRIGHT); in main_menu()
249 nettoe_term_set_color (COLOR_RED, ATTRIB_BRIGHT); in main_menu()
260 nettoe_term_set_color (COLOR_RED, ATTRIB_BRIGHT); in main_menu()
364 nettoe_term_set_color (COLOR_RED, ATTRIB_BRIGHT); in cpu_AI_menu()
370 nettoe_term_set_color (COLOR_RED, ATTRIB_BRIGHT); in cpu_AI_menu()
380 nettoe_term_set_color (COLOR_RED, ATTRIB_BRIGHT); in cpu_AI_menu()
390 nettoe_term_set_color (COLOR_RED, ATTRIB_BRIGHT); in cpu_AI_menu()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/
H A Dmakefile29 COLOR_RED := "\033[1;31m" macro
117 @echo $(COLOR_RED)Copying build data into $(COLOR_CYAN)OpenBVE.app$(COLOR_END)
120 @echo $(COLOR_RED)Creating $(COLOR_CYAN)$(MAC_BUILD_RESULT)$(COLOR_END)
125 @echo Final filename: $(COLOR_RED)OpenBVE-$$(date '+%F').dmg$(COLOR_END)
129 @echo Final filename: $(COLOR_RED)OpenBVE-$(PROGRAM_VERSION).dmg$(COLOR_END)
135 @echo $(COLOR_RED)Compressing $(COLOR_CYAN)$(LINUX_BUILD_RESULT)$(COLOR_END)
140 @echo Final filename: $(COLOR_RED)OpenBVE-$$(date '+%F').zip$(COLOR_END)
144 @echo Final filename: $(COLOR_RED)OpenBVE-$(PROGRAM_VERSION).zip$(COLOR_END)
150 @echo $(COLOR_RED)Copying build into place....$(COLOR_END)
164 @echo Final filename: $(COLOR_RED)OpenBVE-$$(date '+%F').deb$(COLOR_END)
[all …]
/dports/databases/pspg/pspg-5.3.4/src/
H A Dthemes.c143 set_colour(8, COLOR_RED, COLOR_BLUE, false, 0); in initialize_color_pairs()
149 set_colour(14, COLOR_WHITE, COLOR_RED, true, 0); in initialize_color_pairs()
161 set_colour(26, COLOR_WHITE, COLOR_RED, true, 0); in initialize_color_pairs()
162 set_colour(28, COLOR_WHITE, COLOR_RED, true, 0); in initialize_color_pairs()
197 set_colour(26, COLOR_YELLOW, COLOR_RED, true,0); in initialize_color_pairs()
223 set_colour(14, COLOR_WHITE, COLOR_RED, true, 0); in initialize_color_pairs()
235 set_colour(28, COLOR_WHITE, COLOR_RED, true, 0); in initialize_color_pairs()
260 set_colour(14, COLOR_WHITE, COLOR_RED, true, 0); in initialize_color_pairs()
272 set_colour(28, COLOR_WHITE, COLOR_RED, true, 0); in initialize_color_pairs()
292 set_colour(14, COLOR_WHITE, COLOR_RED, true, 0); in initialize_color_pairs()
[all …]
/dports/chinese/qe/qe-0.1.1/src/
H A Dsetcolor.cc42 { COLOR_RED, COLOR_BLACK, TRUE }, /* message line */
43 { COLOR_RED, COLOR_BLACK, TRUE }, /* file (modified) */
47 { COLOR_WHITE, COLOR_RED, TRUE }, /* menu bar */
51 { COLOR_WHITE, COLOR_RED, TRUE }, /* menu item select */
57 { COLOR_WHITE, COLOR_RED, TRUE }, /* cmd history_select */
/dports/audio/vimpc/vimpc-0.09.2/src/
H A Dcolours.cpp31 SongId = COLOR_RED; in Colours()
32 Directory = COLOR_RED; in Colours()
35 ProgressWindow = COLOR_RED; in Colours()
41 Error = BACKGROUND(COLOR_RED); in Colours()
/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlbind.c28 COLOR_RED = 0, enumerator
109 pBind->m_nColor = COLOR_RED ; in lispBind_Create()
486 SETCOLOR (pNodeX, COLOR_RED) ; in lispBindTree_rbInsert()
499 SETCOLOR (pPPX, COLOR_RED) ; in lispBindTree_rbInsert()
509 SETCOLOR (pPPX, COLOR_RED) ; in lispBindTree_rbInsert()
518 SETCOLOR (pPPX, COLOR_RED) ; in lispBindTree_rbInsert()
528 SETCOLOR (pPPX, COLOR_RED) ; in lispBindTree_rbInsert()
602 SETCOLOR (pPX, COLOR_RED) ; in lispBindTree_rbDeleteFixup()
611 SETCOLOR (pNodeW, COLOR_RED) ; in lispBindTree_rbDeleteFixup()
632 SETCOLOR (pPX, COLOR_RED) ; in lispBindTree_rbDeleteFixup()
[all …]
/dports/print/fontforge/fontforge-20201107/gdraw/
H A DcolorP.h43 #define COLOR2GREY(col) (RGB2GREY(COLOR_RED(col),COLOR_GREEN(col),COLOR_BLUE(col)))
45 #define COLOR2GREYR(col) ((LRD*COLOR_RED(col)+LGN*COLOR_GREEN(col)+LBL*COLOR_BLUE(col))/((LRD+LGN+L…
48 #define COLOR2WHITE(col) (COLOR_RED(col)*LRD+COLOR_GREEN(col)*LGN+COLOR_BLUE(col)*LBL>=(LRD+LGN+LBL…
49 #define COLOR2BLACK(col) (COLOR_RED(col)*LRD+COLOR_GREEN(col)*LGN+COLOR_BLUE(col)*LBL< (LRD+LGN+LBL…
/dports/audio/alsa-utils/alsa-utils-1.2.2/alsamixer/
H A Dcolors.c58 init_pair(4, COLOR_RED, COLOR_BLACK); in init_colors()
61 init_pair(7, COLOR_RED, COLOR_BLUE); in init_colors()
63 init_pair(9, COLOR_WHITE, COLOR_RED); in init_colors()
66 init_pair(11, COLOR_RED, COLOR_RED); in init_colors()
/dports/sysutils/toybox/toybox-0.8.5/kconfig/lxdialog/
H A Dutil.c101 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
104 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
121 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
127 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
129 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
130 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
131 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
132 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
135 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
137 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DChatSelector.cpp49 #define COLOR_RED wxTextAttr( wxColor( 255, 0, 0 ) ) macro
136 chatsession->AddText( text, COLOR_RED ); in StartSession()
208 session->AddText( _("*** Connected to Client ***"), COLOR_RED ); in ProcessMessage()
251 ci->AddText( _("*** Connecting to Client ***"), COLOR_RED ); in SendMessage()
282 ci->AddText( _("*** Failed to Connect to client / Connection lost ***"), COLOR_RED ); in ConnectionResult()
288 ci->AddText( _("*** Connected to Client ***"), COLOR_RED ); in ConnectionResult()
337 COLOR_RED ); in ShowCaptchaResult()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DChatSelector.cpp49 #define COLOR_RED wxTextAttr( wxColor( 255, 0, 0 ) ) macro
136 chatsession->AddText( text, COLOR_RED ); in StartSession()
208 session->AddText( _("*** Connected to Client ***"), COLOR_RED ); in ProcessMessage()
251 ci->AddText( _("*** Connecting to Client ***"), COLOR_RED ); in SendMessage()
282 ci->AddText( _("*** Failed to Connect to client / Connection lost ***"), COLOR_RED ); in ConnectionResult()
288 ci->AddText( _("*** Connected to Client ***"), COLOR_RED ); in ConnectionResult()
337 COLOR_RED ); in ShowCaptchaResult()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/scripts/kconfig/lxdialog/
H A Dutil.c106 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
126 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
132 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
134 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
135 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
136 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
137 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
140 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
142 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/kconfig/lxdialog/
H A Dutil.c93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
113 DLG_COLOR(position_indicator, COLOR_RED, 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()
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()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/scripts/kconfig/lxdialog/
H A Dutil.c106 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
126 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
132 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
134 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
135 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
136 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
137 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
140 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
142 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
113 DLG_COLOR(position_indicator, COLOR_RED, 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()
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()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/scripts/kconfig/lxdialog/
H A Dutil.c106 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
126 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
132 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
134 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
135 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
136 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
137 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
140 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
142 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/scripts/kconfig/lxdialog/
H A Dutil.c106 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
126 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
132 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
134 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
135 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
136 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
137 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
140 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
142 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/kconfig/lxdialog/
H A Dutil.c93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
113 DLG_COLOR(position_indicator, COLOR_RED, 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()
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()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dutil.c93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
113 DLG_COLOR(position_indicator, COLOR_RED, 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()
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()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dutil.c93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
113 DLG_COLOR(position_indicator, COLOR_RED, 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()
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()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/scripts/kconfig/lxdialog/
H A Dutil.c93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
113 DLG_COLOR(position_indicator, COLOR_RED, 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()
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()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/scripts/kconfig/lxdialog/
H A Dutil.c106 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
126 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
132 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
134 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
135 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
136 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
137 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
140 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
142 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true);
96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false);
113 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false);
119 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false);
121 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false);
122 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true);
123 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false);
124 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true);
127 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true);
129 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false);
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/scripts/kconfig/lxdialog/
H A Dutil.c106 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
126 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
132 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()
134 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
135 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
136 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
137 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
140 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
142 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
[all …]

12345678910>>...96