Home
last modified time | relevance | path

Searched refs:selected_bg (Results 1 – 25 of 49) sorted by relevance

12

/dports/textproc/ibus/ibus-1.5.24/ui/gtk3/
H A Diconwidget.vala28 public Gdk.RGBA *selected_bg { get; set; }
36 this.selected_bg = null;
77 if (this.selected_bg != null) {
78 this.selected_bg.free();
79 this.selected_bg = null;
88 Gdk.RGBA *selected_bg = null;
102 out selected_bg);
103 if (normal_bg.red == selected_bg.red &&
105 normal_bg.blue == selected_bg.blue &&
117 out selected_bg);
[all …]
H A Dcandidatearea.vala135 (uint16)(m_rgba.selected_bg.red * uint16.MAX),
136 (uint16)(m_rgba.selected_bg.green * uint16.MAX),
137 (uint16)(m_rgba.selected_bg.blue * uint16.MAX));
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_preferences.c63 GtkWidget *selected_bg; member
154 parse_color(&colors->selected_bg); in parse_line()
234 colors->selected_bg.red, colors->selected_bg.green, in preferences_save()
235 colors->selected_bg.blue); in preferences_save()
310 get_button_color (dialog->selected_bg, &colors->selected_bg); in get_button_colors()
330 set_button_color (dialog->selected_bg, &colors->selected_bg); in set_button_colors()
440 data->selected_bg = create_color_field(data, table, 1, 2); in create_colors_tab()
H A Dimap_preferences.h32 GdkColor selected_bg; member
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/plugins/lfo/
H A Dui_theme.h37 ZtkColor selected_bg; member
127 SET_COLOR (selected_bg, "#262626"); in zlfo_ui_theme_init()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/
H A Dassetpanel.cpp329 QColor selected_bg = scheme.decoration(KColorScheme::FocusColor).color(); in getStyleSheet() local
330 QColor hgh = KColorUtils::mix(QApplication::palette().window().color(), selected_bg, 0.2); in getStyleSheet()
362 .arg(alt_bg.name(), selected_bg.name())); in getStyleSheet()
378 .arg(hover_bg.name(), selected_bg.name())); in getStyleSheet()
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox_textarea.c354 ta_setup.selected_bg = fstyle.foreground; in box_textarea_create_textarea()
355 ta_setup.selected_text = colour_to_bw_furthest(ta_setup.selected_bg); in box_textarea_create_textarea()
/dports/www/luakit/luakit-2.3/config/
H A Dtheme.lua67 theme.selected_bg = "#000"
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/config/
H A Dtheme.lua67 theme.selected_bg = "#000"
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dtextarea.h121 colour selected_bg; /**< Textarea selection background colour */ member
/dports/sysutils/bashtop/bashtop-d2eb76e/themes/
H A Dgreyscale.theme25 theme[selected_bg]="#ff"
H A Dsolarized_dark.theme25 theme[selected_bg]="#073642"
H A Dflat-remix-light.theme25 theme[selected_bg]="#b8174c"
H A Dflat-remix.theme25 theme[selected_bg]="#b8174c"
H A Dgruvbox_dark.theme25 theme[selected_bg]="#282828"
H A Dnord.theme25 theme[selected_bg]="#4C566A"
/dports/sysutils/bpytop/bpytop-1.0.67/themes/
H A Ddracula.theme14 theme[selected_bg]="#ff79c6"
H A Dsolarized_dark.theme25 theme[selected_bg]="#073642"
H A Dgreyscale.theme25 theme[selected_bg]="#ff"
H A Dgruvbox_dark.theme25 theme[selected_bg]="#282828"
H A Dmonokai.theme25 theme[selected_bg]="#7a1137"
H A Dadapta.theme25 theme[selected_bg]="#bb0040"
H A Dflat-remix-light.theme25 theme[selected_bg]="#b8174c"
H A Dflat-remix.theme25 theme[selected_bg]="#b8174c"
H A Dkyli0x.theme17 theme[selected_bg]="#1aaba0"

12