Searched refs:fg_rgb (Results 1 – 4 of 4) sorted by relevance
2509 && aep->ae_u.cterm.fg_rgb in get_attr_entry()2510 == taep->ae_u.cterm.fg_rgb in get_attr_entry()2579 taep->ae_u.cterm.fg_rgb = aep->ae_u.cterm.fg_rgb; in get_attr_entry()2600 at_en.ae_u.cterm.fg_rgb = INVALCOLOR; in get_cterm_attr_idx()2628 at_en.ae_u.cterm.fg_rgb = CTERMCOLOR; in get_tgc_attr_idx()2633 at_en.ae_u.cterm.fg_rgb = fg; in get_tgc_attr_idx()2756 new_en.ae_u.cterm.fg_rgb = INVALCOLOR; in hl_combine_attr()2785 new_en.ae_u.cterm.fg_rgb = CTERMCOLOR; in hl_combine_attr()2792 new_en.ae_u.cterm.fg_rgb = spell_aep->ae_u.cterm.fg_rgb; in hl_combine_attr()3308 if (at_en.ae_u.cterm.fg_rgb == INVALCOLOR in set_hl_attr()[all …]
1829 if (aep == NULL || COLOR_INVALID(aep->ae_u.cterm.fg_rgb)) in screen_start_highlight()1847 p_tgc && aep->ae_u.cterm.fg_rgb != CTERMCOLOR in screen_start_highlight()1848 ? aep->ae_u.cterm.fg_rgb != INVALCOLOR in screen_start_highlight()1880 if (p_tgc && aep->ae_u.cterm.fg_rgb != CTERMCOLOR) in screen_start_highlight()1882 if (aep->ae_u.cterm.fg_rgb != INVALCOLOR) in screen_start_highlight()1883 term_fg_rgb_color(aep->ae_u.cterm.fg_rgb); in screen_start_highlight()1967 p_tgc && aep->ae_u.cterm.fg_rgb != CTERMCOLOR in screen_stop_highlight()1968 ? aep->ae_u.cterm.fg_rgb != INVALCOLOR in screen_stop_highlight()
3924 guicolor_T fg_rgb = INVALCOLOR; in get_vterm_color_from_synid() local3928 syn_id2colors(id, &fg_rgb, &bg_rgb); in get_vterm_color_from_synid()3930 if (fg_rgb != INVALCOLOR) in get_vterm_color_from_synid()3932 long_u rgb = GUI_MCH_GET_RGB(fg_rgb); in get_vterm_color_from_synid()
1121 guicolor_T fg_rgb; // foreground color RGB member