Home
last modified time | relevance | path

Searched refs:fg (Results 1 – 25 of 100) sorted by relevance

1234

/vim-8.2.3635/src/libvterm/t/
H A D64screen_pen.test8 ?screen_cell 0,0 = {0x41} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
12 ?screen_cell 0,1 = {0x42} width=1 attrs={B} fg=rgb(240,240,240) bg=rgb(0,0,0)
16 ?screen_cell 0,2 = {0x43} width=1 attrs={BI} fg=rgb(240,240,240) bg=rgb(0,0,0)
32 ?screen_cell 0,6 = {0x47} width=1 attrs={} fg=idx(1) bg=rgb(0,0,0)
36 ?screen_cell 0,7 = {0x48} width=1 attrs={} fg=rgb(240,240,240) bg=idx(2)
40 ?screen_cell 0,0 = {} width=1 attrs={R} fg=idx(3) bg=idx(4)
41 ?screen_cell 0,79 = {} width=1 attrs={R} fg=idx(3) bg=idx(4)
45 ?screen_cell 0,0 = {} width=1 attrs={} fg=idx(3) bg=idx(4)
46 ?screen_cell 0,79 = {} width=1 attrs={} fg=idx(3) bg=idx(4)
51 ?screen_cell 0,0 = {} width=1 attrs={R} fg=idx(3) bg=idx(4)
[all …]
H A D67screen_dbl_wh.test10 ?screen_cell 0,0 = {0x61} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
16 ?screen_cell 0,0 = {0x61} width=1 attrs={} dwl fg=rgb(240,240,240) bg=rgb(0,0,0)
24 ?screen_cell 0,0 = {0x61} width=1 attrs={} dwl dhl-top fg=rgb(240,240,240) bg=rgb(0,0,0)
25 ?screen_cell 1,0 = {0x61} width=1 attrs={} dwl dhl-bottom fg=rgb(240,240,240) bg=rgb(0,0,0)
30 ?screen_cell 0,0 = {0x61} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
32 ?screen_cell 0,0 = {0x61} width=1 attrs={} dwl fg=rgb(240,240,240) bg=rgb(0,0,0)
37 ?screen_cell 23,0 = {0x46} width=1 attrs={} dwl fg=rgb(240,240,240) bg=rgb(0,0,0)
38 ?screen_cell 24,0 = {} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
H A D61screen_unicode.test12 ?screen_cell 0,0 = {0xc1} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
21 ?screen_cell 0,0 = {0xff10} width=2 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
30 ?screen_cell 0,0 = {0x65,0x301} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
35 …?screen_cell 0,0 = {0x65,0x301,0x302,0x303,0x304,0x305} width=1 attrs={} fg=rgb(240,240,240) bg=rg…
41 …?screen_cell 0,0 = {0x65,0x301,0x301,0x301,0x301,0x301} width=1 attrs={} fg=rgb(240,240,240) bg=rg…
46 ?screen_cell 0,79 = {} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
47 ?screen_cell 1,0 = {0xff10} width=2 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
H A D60screen_ascii.test12 ?screen_cell 0,0 = {0x41} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
13 ?screen_cell 0,1 = {0x42} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
14 ?screen_cell 0,2 = {0x43} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
/vim-8.2.3635/src/libvterm/src/
H A Dpen.c206 setpenattr_col( state, VTERM_ATTR_FOREGROUND, state->pen.fg); in vterm_state_savepen()
311 const VTermColor *fg = &state->pen.fg; in vterm_state_setpen() local
314 …if(!VTERM_COLOR_IS_DEFAULT_FG(fg) && VTERM_COLOR_IS_INDEXED(fg) && fg->index < 8 && state->bold_is… in vterm_state_setpen()
428 state->pen.fg = state->default_fg; in vterm_state_setpen()
480 if (( fg && VTERM_COLOR_IS_DEFAULT_FG(col)) || in vterm_state_getpen_color()
481 (!fg && VTERM_COLOR_IS_DEFAULT_BG(col))) { in vterm_state_getpen_color()
489 args[argi++] = (idx + (fg ? 30 : 40)); in vterm_state_getpen_color()
492 args[argi++] = (idx - 8 + (fg ? 90 : 100)); in vterm_state_getpen_color()
495 args[argi++] = CSI_ARG_FLAG_MORE | (fg ? 38 : 48); in vterm_state_getpen_color()
501 args[argi++] = CSI_ARG_FLAG_MORE | (fg ? 38 : 48); in vterm_state_getpen_color()
[all …]
H A Dscreen.c17 VTermColor fg, bg; member
446 screen->pen.fg = val->color; in setpenattr()
568 dst->pen.fg = src->fg; in resize_buffer()
856 cell->fg = intcell->pen.fg; in vterm_screen_get_cell()
976 if((attrs & VTERM_ATTR_FOREGROUND_MASK) && !vterm_color_is_equal(&a->pen.fg, &b->pen.fg)) in attrs_differ()
/vim-8.2.3635/src/
H A Dterminal.c1701 attr->fg = cell->fg; in cell2cellattr()
1711 && a->fg.green == b->fg.green in equal_celattr()
1712 && a->fg.blue == b->fg.blue in equal_celattr()
2909 : gui_get_rgb_color_cmn(fg->red, fg->green, fg->blue); in cell2attr()
4049 fg->red = fg->green = fg->blue = fgval; in init_default_colors()
4073 fg->red = fg->blue; in init_default_colors()
4080 term_get_fg_color(&fg->red, &fg->green, &fg->blue); in init_default_colors()
4092 fg->red = fg->blue; in init_default_colors()
6118 fg = cellattr->fg; in f_term_scrape()
6140 fg = cell.fg; in f_term_scrape()
[all …]
H A Dgui_at_fs.c2173 guicolor_T fg, in SFsetColors() argument
2180 XtNforeground, fg, in SFsetColors()
2201 XtNforeground, fg, in SFsetColors()
2202 XtNborderColor, fg, in SFsetColors()
2208 XtNforeground, fg, in SFsetColors()
2209 XtNborderColor, fg, in SFsetColors()
2215 XtNforeground, fg, in SFsetColors()
2232 XtNborderColor, fg, in SFsetColors()
2242 XtNborderColor, fg, in SFsetColors()
2664 guicolor_T fg, in vim_SelFile() argument
[all …]
H A Dnetbeans.c553 char_u *fg, char_u *bg);
1914 char_u *fg; in nb_do_cmd() local
1944 fg = vim_strsave(args); in nb_do_cmd()
1953 addsigntype(buf, typeNum, typeName, tooltip, glyphFile, fg, bg); in nb_do_cmd()
1956 vim_free(fg); in nb_do_cmd()
3164 char_u *fg, in addsigntype() argument
3168 int use_fg = (*fg && STRCMP(fg, "none") != 0); in addsigntype()
3178 typeNum, typeName, tooltip, glyphFile, fg, bg)); in addsigntype()
3186 value = strtol((char *)fg, &ptr, 10); in addsigntype()
3187 if (ptr != (char *)fg) in addsigntype()
[all …]
H A Dhighlight.c2633 at_en.ae_u.cterm.fg_rgb = fg; in get_tgc_attr_idx()
2653 at_en.ae_u.gui.fg_color = fg; in get_gui_attr_idx()
3049 int fg = FALSE; in highlight_color() local
3058 fg = TRUE; in highlight_color()
3084 if (fg) in highlight_color()
3100 if (fg) in highlight_color()
3110 if (fg) in highlight_color()
3142 if (fg) in highlight_gui_color_rgb()
3286 guicolor_T fg, bg; in set_hl_attr() local
3291 syn_id2colors(id, &fg, &bg); in set_hl_attr()
[all …]
H A Dgui.c1226 guicolor_T fg, bg; in gui_update_cursor() local
1239 syn_id2colors(iid, &fg, &bg); in gui_update_cursor()
1242 if (fg != INVALCOLOR) in gui_update_cursor()
1243 cfg = fg; in gui_update_cursor()
2163 guicolor_T fg, // colors for cursor in gui_screenchar() argument
2176 flags, fg, bg, back); in gui_screenchar()
2188 flags, fg, bg, back); in gui_screenchar()
2202 guicolor_T fg, // colors for cursor in gui_screenstr() argument
2263 flags, fg, bg, back); in gui_screenstr()
2431 fg_color = fg; in gui_outstr_nowrap()
[all …]
H A Dos_win32.c7909 COLORREF fg, bg; in vtp_init() local
7937 fg = (COLORREF)csbi.ColorTable[g_color_index_fg]; in vtp_init()
7939 fg = (GetRValue(fg) << 16) | (GetGValue(fg) << 8) | GetBValue(fg); in vtp_init()
7941 default_console_color_fg = fg; in vtp_init()
8155 guicolor_T fg, bg; in set_console_color_rgb() local
8161 get_default_console_color(&ctermfg, &ctermbg, &fg, &bg); in set_console_color_rgb()
8165 term_fg_rgb_color(fg); in set_console_color_rgb()
8170 fg = (GetRValue(fg) << 16) | (GetGValue(fg) << 8) | GetBValue(fg); in set_console_color_rgb()
8183 csbi.ColorTable[g_color_index_fg] = (COLORREF)fg; in set_console_color_rgb()
H A Dproto.h294 …ar *prompt, char *init_path, int (*show_entry)(), int x, int y, guicolor_T fg, guicolor_T bg, guic…
/vim-8.2.3635/src/proto/
H A Dhighlight.pro22 int get_cterm_attr_idx(int attr, int fg, int bg);
23 int get_tgc_attr_idx(int attr, guicolor_T fg, guicolor_T bg);
24 int get_gui_attr_idx(int attr, guicolor_T fg, guicolor_T bg);
33 long_u highlight_gui_color_rgb(int id, int fg);
H A Dterminal.pro18 cursorentry_T *term_get_cursor_shape(guicolor_T *fg, guicolor_T *bg);
/vim-8.2.3635/runtime/colors/
H A Ddarkblue.vim19 hi Visual guifg=#8080ff guibg=fg gui=reverse ctermfg=lightblue ctermbg=fg cterm=reverse
20 hi VisualNOS guifg=#8080ff guibg=fg gui=reverse,underline ctermfg=lightblue ctermbg=fg cterm=rever…
H A Dpeachpuff.vim36 hi Visual term=reverse cterm=reverse gui=reverse guifg=Grey80 guibg=fg
46 hi Cursor guifg=bg guibg=fg
47 hi lCursor guifg=bg guibg=fg
H A Ddelek.vim11 hi Cursor guifg=bg guibg=fg
41 hi Visual ctermbg=NONE cterm=reverse gui=reverse guifg=Grey guibg=fg
H A Dmurphy.vim27 hi Cursor guifg=Orchid guibg=fg
/vim-8.2.3635/runtime/syntax/
H A Ddircolors.vim134 let hi_str .= s:get_hi_str(item - 30, 'fg')
140 let hi_str .= s:get_hi_str(item - 82, 'fg')
150 let hi_str .= s:get_hi_str(color, 'fg')
H A Dtpp.vim35 syn match tppColorOptionKey contained "^--\%(\%(bg\|fg\)\?color\) *"
43 syn region tppColorOption start="^--\%(\%(bg\|fg\)\?color\)" end="$" contains=tppColorOptionKey,tpp…
/vim-8.2.3635/runtime/colors/tools/
H A Dcheck_colors.vim186 " 9) Normal should be defined first, not use reverse, fg or bg
192 elseif getline('.') =~# '\m\%(=\%(fg\|bg\)\)'
193 let err['highlight']['Normal'] = "Should not use 'fg' or 'bg'"
/vim-8.2.3635/src/testdir/
H A Dtest_suspend.vim16 call term_sendkeys(a:buf, "fg\<CR>\<C-L>")
88 " Suspend and wait for shell prompt. Then "fg" will restore Vim.
H A Dtest_syn_attr.vim7 call assert_equal('', synIDattr("Mine"->hlID(), "fg", 'term'))
36 call assert_equal('blue', synIDattr(hlID("Mine"), "fg", 'gui'))
/vim-8.2.3635/runtime/doc/
H A Dgui_x11.txt47 ":gui -f". Don't use "vim -fg", because "-fg" specifies the foreground
166 -fg {color} idem *-fg*
196 gvim -fg Yellow -bg Blue -reverse
197 gvim -bg Yellow -fg Blue -reverse
318 stuff like -bg, -fg, etc). The ones that are supported are:
325 -fg -foreground {color} foreground color
371 fg[NORMAL] = "#000000"

1234