Lines Matching refs:guicolor_T
198 typedef long guicolor_T; // handle for a GUI color; for X11 this should typedef
201 #define INVALCOLOR (guicolor_T)-11111 // number for invalid color; on 32 bit
204 #define CTERMCOLOR (guicolor_T)-11110 // only used for cterm.bg_rgb and
321 guicolor_T back_pixel; // Color of background
322 guicolor_T norm_pixel; // Color of normal text
323 guicolor_T def_back_pixel; // default Color of background
324 guicolor_T def_norm_pixel; // default Color of normal text
328 guicolor_T menu_fg_pixel; // Same in Pixel format
330 guicolor_T menu_bg_pixel; // Same in Pixel format
332 guicolor_T scroll_fg_pixel; // Same in Pixel format
334 guicolor_T scroll_bg_pixel; // Same in Pixel format
337 guicolor_T menu_def_fg_pixel; // Default menu foreground
338 guicolor_T menu_def_bg_pixel; // Default menu background
339 guicolor_T scroll_def_fg_pixel; // Default scrollbar foreground
340 guicolor_T scroll_def_bg_pixel; // Default scrollbar background
436 guicolor_T tooltip_fg_pixel; // tooltip foreground color
437 guicolor_T tooltip_bg_pixel; // tooltip background color
443 guicolor_T currFgColor; // Current foreground text color
444 guicolor_T currBgColor; // Current background text color
445 guicolor_T currSpColor; // Current special text color