Searched refs:fg_pixel (Results 1 – 1 of 1) sorted by relevance
4170 guicolor_T fg_pixel = INVALCOLOR; in gui_mch_open() local4267 fg_pixel = gui_get_color((char_u *)foreground_argument); in gui_mch_open()4268 if (fg_pixel == INVALCOLOR) in gui_mch_open()4269 fg_pixel = gui_get_color((char_u *)"Black"); in gui_mch_open()4279 gui.def_back_pixel = fg_pixel; in gui_mch_open()4283 gui.def_norm_pixel = fg_pixel; in gui_mch_open()