Home
last modified time | relevance | path

Searched refs:custom_color (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/graphics/py-glooey/glooey-0.3.3/glooey/themes/
H A Dkenney.py82 custom_color = 'grey' variable in Frame
112 custom_color = 'blue' variable in BlueFrame
116 custom_color = 'red' variable in RedFrame
128 custom_color = 'grey' variable in GreyFrame
133 custom_color = 'blue' variable in Menu
200 custom_color = 'blue' variable in BlueMenu
204 custom_color = 'red' variable in RedMenu
295 custom_color = 'red' variable in RedButton
314 custom_color = 'red' variable in RoundButton
352 custom_color = 'red' variable in RedRoundButton
[all …]
H A Dgolden.py37 custom_color = '#deeed6' variable in Label
43 custom_color = '#deeed6' variable in Form.Label
59 custom_color = 'red' variable in RoundButton
64 self.color = color or self.custom_color
122 custom_color = '#140c1c' variable in FancyButton.Label
281 custom_color = 'green' variable in ScrollBox.VBar.Forward
289 custom_color = 'green' variable in ScrollBox.VBar.Backward
/dports/graphics/py-glooey/glooey-0.3.3/tests/scrolling/
H A Ddemo_scroll_box.py40 custom_color = 'dark' variable in TestScrollBox.HVBar.Decoration
46 custom_color = 'green' variable in TestScrollBox.HVBar.Forward.Base
49 custom_color = 'orange' variable in TestScrollBox.HVBar.Forward.Over
52 custom_color = 'purple' variable in TestScrollBox.HVBar.Forward.Down
58 custom_color = 'green' variable in TestScrollBox.HVBar.Backward.Base
61 custom_color = 'orange' variable in TestScrollBox.HVBar.Backward.Over
64 custom_color = 'purple' variable in TestScrollBox.HVBar.Backward.Down
71 custom_color = 'green' variable in TestScrollBox.HVBar.Grip.Base
74 custom_color = 'orange' variable in TestScrollBox.HVBar.Grip.Over
77 custom_color = 'purple' variable in TestScrollBox.HVBar.Grip.Down
/dports/sysutils/onefetch/onefetch-2.10.2/src/ui/
H A Dtext_color.rs28 let custom_color = text_colors in get_text_colors() localVariable
39 text_color_set.title = *custom_color.get(0).unwrap_or(&default_colors[0]); in get_text_colors()
40 text_color_set.tilde = *custom_color.get(1).unwrap_or(&Color::White); in get_text_colors()
41 text_color_set.underline = *custom_color.get(2).unwrap_or(&Color::White); in get_text_colors()
42 text_color_set.subtitle = *custom_color.get(3).unwrap_or(&default_colors[0]); in get_text_colors()
43 text_color_set.colon = *custom_color.get(4).unwrap_or(&Color::White); in get_text_colors()
44 text_color_set.info = *custom_color.get(5).unwrap_or(&Color::White); in get_text_colors()
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dcolor.h64 struct custom_color { struct
78 struct custom_color * p_next; argument
96 struct custom_color * get_custom_color(char * name);
98 struct custom_color * get_custom_color_by_number(int number);
H A Dcolor.c70 static struct custom_color * custom_colors = NULL;
319 struct custom_color * cc; in chg_color()
425 struct custom_color * cc; in color_cell()
621 struct custom_color * cc;
630 cc = malloc (sizeof(struct custom_color));
665 struct custom_color * aux;
687 struct custom_color * get_custom_color(char * name) {
688 struct custom_color * aux = custom_colors;
709 struct custom_color * aux = custom_colors;
729 struct custom_color * get_custom_color_by_number(int number) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_theme_test.cc57 Color custom_color = MakeRGB(123, 145, 167); in TEST_F() local
61 EXPECT_NE(custom_color, OutlineColor(span)); in TEST_F()
71 EXPECT_NE(custom_color, OutlineColor(span)); in TEST_F()
74 LayoutTheme::GetTheme().SetCustomFocusRingColor(custom_color); in TEST_F()
80 EXPECT_EQ(custom_color, OutlineColor(span)); in TEST_F()
/dports/graphics/py-glooey/glooey-0.3.3/tests/dialogs/
H A Ddemo_button_dialog.py11 custom_color = 'black' variable in TestButton.Label
15 custom_color = 'green' variable in TestButton.Base
18 custom_color = 'orange' variable in TestButton.Over
21 custom_color = 'purple' variable in TestButton.Down
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_theme_test.cc54 Color custom_color = MakeRGB(123, 145, 167); in TEST_F() local
58 EXPECT_NE(custom_color, OutlineColor(span)); in TEST_F()
68 EXPECT_NE(custom_color, OutlineColor(span)); in TEST_F()
71 LayoutTheme::GetTheme().SetCustomFocusRingColor(custom_color); in TEST_F()
77 EXPECT_EQ(custom_color, OutlineColor(span)); in TEST_F()
/dports/graphics/py-glooey/glooey-0.3.3/tests/stress/
H A Ddemo_deep_hierarchy.py31 custom_color = 'green' variable in TestButton.Base
34 custom_color = 'orange' variable in TestButton.Over
37 custom_color = 'purple' variable in TestButton.Down
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dskid_marks.cpp81 video::SColor* custom_color) in update() argument
207 custom_color)); in update()
212 custom_color)); in update()
224 video::SColor* custom_color) in SkidMarkQuads() argument
238 m_start_color = (custom_color != NULL ? *custom_color : in SkidMarkQuads()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dprefs_msg_colors.c51 GtkWidget *custom_color[COLORLABELS]; member
409 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
410 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
414 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
441 color_buttons.custom_color[c] = GTKUT_COLOR_BUTTON(); in prefs_msg_colors_create_widget()
442 gtk_widget_show(color_buttons.custom_color[c]); in prefs_msg_colors_create_widget()
445 CLAWS_SET_TIP(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
480 g_signal_connect(G_OBJECT(color_buttons.custom_color[c]), "clicked", in prefs_msg_colors_create_widget()
496 set_button_bg_color(color_buttons.custom_color[c], in prefs_msg_colors_create_widget()
643 set_button_bg_color(color_buttons.custom_color[c], rgbvalue); in quote_colors_set_dialog_ok()
[all …]

12345678