Home
last modified time | relevance | path

Searched refs:selection_fg (Results 1 – 21 of 21) sorted by relevance

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/include/
H A Dec_interfaces.h18 int selection_fg; member
/dports/x11/foot/foot/
H A Dosc.c755 term->colors.selection_fg = color; in osc_dispatch()
878 term->colors.selection_fg = term->conf->colors.selection_fg; in osc_dispatch()
H A Dconfig.h157 uint32_t selection_fg; member
H A Dterminal.h466 uint32_t selection_fg; member
H A Dterminal.c1147 .selection_fg = conf->colors.selection_fg, in term_init()
1869 term->colors.selection_fg = term->conf->colors.selection_fg; in term_reset()
H A Dconfig.c1219 else if (strcmp(key, "selection-foreground") == 0) color = &conf->colors.selection_fg; in parse_section_colors()
2760 .selection_fg = 0x80000000, /* Use default bg */ in config_load()
2902 conf->colors.selection_fg >> 24 == 0 && in config_load()
H A Drender.c493 _fg = term->colors.selection_fg; in render_cell()
/dports/x11-themes/plasma5-breeze-gtk/breeze-gtk-5.23.5/src/
H A Drender_assets.py730 selection_fg = Color(_colors, 'SelectionForegroundNormal') variable
787 menu_arrow(selection_fg.rgb, '-selected')
824 'gtk-color-scheme = "selected_fg_color:' + html(selection_fg.rgb) + '"\n'
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_conf.c215 set_pointer(curses, "color_selection_fg", &EC_GBL_CONF->colors.selection_fg); in init_structures()
/dports/editors/xvile/vile-9.8v/
H A Dx11vile.h452 Pixel selection_fg; /* XRES: selection foreground color */ member
H A Dx11.c1450 XRES_SUB_COLOR(XtNforeground, XtCBackground, selection_fg, &cur_win_rec.bg),
2383 TRACE_RES_P(XtNforeground, selection_fg); in x_preparse_args()
2689 TRACE((COLOR_ONE(selection_fg))); in x_preparse_args()
2698 || SamePixel(cur_win->selection_bg, cur_win->selection_fg) in x_preparse_args()
2699 || (SamePixel(cur_win->fg, cur_win->selection_fg) in x_preparse_args()
2702 && SamePixel(cur_win->bg, cur_win->selection_fg)))) { in x_preparse_args()
2708 cur_win->selection_fg, cur_win->selection_bg); in x_preparse_args()
2710 cur_win->selection_bg, cur_win->selection_fg); in x_preparse_args()
H A DCHANGES.R41394 selection_fg, selection_bg): New fields in TextWindowRec.
/dports/editors/vile/vile-9.8v/
H A Dx11vile.h452 Pixel selection_fg; /* XRES: selection foreground color */ member
H A Dx11.c1450 XRES_SUB_COLOR(XtNforeground, XtCBackground, selection_fg, &cur_win_rec.bg),
2383 TRACE_RES_P(XtNforeground, selection_fg); in x_preparse_args()
2689 TRACE((COLOR_ONE(selection_fg))); in x_preparse_args()
2698 || SamePixel(cur_win->selection_bg, cur_win->selection_fg) in x_preparse_args()
2699 || (SamePixel(cur_win->fg, cur_win->selection_fg) in x_preparse_args()
2702 && SamePixel(cur_win->bg, cur_win->selection_fg)))) { in x_preparse_args()
2708 cur_win->selection_fg, cur_win->selection_bg); in x_preparse_args()
2710 cur_win->selection_bg, cur_win->selection_fg); in x_preparse_args()
H A DCHANGES.R41394 selection_fg, selection_bg): New fields in TextWindowRec.
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/curses/
H A Dec_curses.c126 …wdg_init_color(EC_COLOR_SELECTION, EC_GBL_CONF->colors.selection_fg, EC_GBL_CONF->colors.selection… in curses_init()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmltextslave.c809 GdkColor selection_fg, selection_bg; in draw_text() local
832 selection_fg = html_colorset_get_color_allocated in draw_text()
872 &selection_fg, &selection_bg); in draw_text()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Drich_text_label.cpp205 Color selection_fg; in _process_line() local
210 selection_fg = get_color("font_color_selected"); in _process_line()
335 …w_char(ci, p_ofs + Point2(align_ofs + pofs, y + lh - (fh - ascent)), c[i], c[i + 1], selection_fg); in _process_line()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Drich_text_label.cpp205 Color selection_fg; in _process_line() local
210 selection_fg = get_color("font_color_selected"); in _process_line()
335 …w_char(ci, p_ofs + Point2(align_ofs + pofs, y + lh - (fh - ascent)), c[i], c[i + 1], selection_fg); in _process_line()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Drich_text_label.cpp304 Color selection_fg; in _process_line() local
308 selection_fg = get_color("font_color_selected"); in _process_line()
580 …y + lh - line_descent), fx_char, c[i + 1], override_selected_font_color ? selection_fg : fx_color); in _process_line()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Drich_text_label.cpp304 Color selection_fg; in _process_line() local
308 selection_fg = get_color("font_color_selected"); in _process_line()
580 …y + lh - line_descent), fx_char, c[i + 1], override_selected_font_color ? selection_fg : fx_color); in _process_line()