Home
last modified time | relevance | path

Searched refs:bg (Results 1 – 25 of 122) sorted by relevance

12345

/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/
H A Dterminal.c1702 attr->bg = cell->bg; in cell2cellattr()
1713 && a->bg.red == b->bg.red in equal_celattr()
1714 && a->bg.green == b->bg.green in equal_celattr()
1715 && a->bg.blue == b->bg.blue; in equal_celattr()
2884 bg = &wp->w_term_wincolor.bg; in cell2attr()
2912 : gui_get_rgb_color_cmn(bg->red, bg->green, bg->blue); in cell2attr()
4050 bg->red = bg->green = bg->blue = bgval; in init_default_colors()
4099 term_get_bg_color(&bg->red, &bg->green, &bg->blue); in init_default_colors()
6119 bg = cellattr->bg; in f_term_scrape()
6141 bg = cell.bg; in f_term_scrape()
[all …]
H A Dnetbeans.c553 char_u *fg, char_u *bg);
1915 char_u *bg; in nb_do_cmd() local
1945 bg = vim_strsave(p); in nb_do_cmd()
1953 addsigntype(buf, typeNum, typeName, tooltip, glyphFile, fg, bg); in nb_do_cmd()
1957 vim_free(bg); in nb_do_cmd()
3165 char_u *bg) in addsigntype() argument
3169 int use_bg = (*bg && STRCMP(bg, "none") != 0); in addsigntype()
3178 typeNum, typeName, tooltip, glyphFile, fg, bg)); in addsigntype()
3192 value = strtol((char *)bg, &ptr, 10); in addsigntype()
3193 if (ptr != (char *)bg) in addsigntype()
[all …]
H A Dgui_at_fs.c2172 guicolor_T bg, in SFsetColors() argument
2179 XtVaSetValues(selFileForm, XtNbackground, bg, in SFsetColors()
2181 XtNborderColor, bg, in SFsetColors()
2200 XtVaSetValues(selFileOK, XtNbackground, bg, in SFsetColors()
2207 XtVaSetValues(selFileCancel, XtNbackground, bg, in SFsetColors()
2220 XSetBackground(gui.dpy, SFtextGC, bg); in SFsetColors()
2225 XSetBackground(gui.dpy, SFinvertGC, fg ^ bg); in SFsetColors()
2226 XSetForeground(gui.dpy, SFinvertGC, fg ^ bg); in SFsetColors()
2665 guicolor_T bg, in vim_SelFile() argument
2676 SFback = bg; in vim_SelFile()
[all …]
H A Dgui.c1226 guicolor_T fg, bg; in gui_update_cursor() local
1239 syn_id2colors(iid, &fg, &bg); in gui_update_cursor()
1240 if (bg != INVALCOLOR) in gui_update_cursor()
1241 cbg = bg; in gui_update_cursor()
2164 guicolor_T bg, // colors for cursor in gui_screenchar() argument
2176 flags, fg, bg, back); in gui_screenchar()
2188 flags, fg, bg, back); in gui_screenchar()
2203 guicolor_T bg, // colors for cursor in gui_screenstr() argument
2263 flags, fg, bg, back); in gui_screenstr()
2287 guicolor_T bg, // colors for cursor in gui_outstr_nowrap() argument
[all …]
/vim-8.2.3635/runtime/spell/bg/
H A Dmain.aap12 all: $SPELLDIR/bg.cp1251.spl $SPELLDIR/bg.utf-8.spl ../README_bg.txt
14 $SPELLDIR/bg.cp1251.spl : $FILES
15 :sys env LANG=bg_BG.CP1251 $VIM -u NONE -e -c "mkspell! $SPELLDIR/bg bg_BG" -c q
17 $SPELLDIR/bg.utf-8.spl : $FILES
18 :sys env LANG=bg_BG.UTF-8 $VIM -u NONE -e -c "mkspell! $SPELLDIR/bg bg_BG" -c q
/vim-8.2.3635/src/libvterm/src/
H A Dpen.c155 VTermColor *colp = (attr == VTERM_ATTR_BACKGROUND) ? &state->pen.bg : &state->pen.fg; in set_pen_col_ansi()
187 …state->pen.bg = state->default_bg; setpenattr_col(state, VTERM_ATTR_BACKGROUND, state->default_bg… in vterm_state_resetpen()
207 setpenattr_col( state, VTERM_ATTR_BACKGROUND, state->pen.bg); in vterm_state_savepen()
441 …i += 1 + lookup_colour(state, CSI_ARG(args[argi+1]), args+argi+2, argcount-argi-2, &state->pen.bg); in vterm_state_setpen()
442 setpenattr_col(state, VTERM_ATTR_BACKGROUND, state->pen.bg); in vterm_state_setpen()
446 state->pen.bg = state->default_bg; in vterm_state_setpen()
447 setpenattr_col(state, VTERM_ATTR_BACKGROUND, state->pen.bg); in vterm_state_setpen()
545 argi = vterm_state_getpen_color(&state->pen.bg, argi, args, FALSE); in vterm_state_getpen()
590 val->color = state->pen.bg; in vterm_state_get_penattr()
H A Dscreen.c17 VTermColor fg, bg; member
449 screen->pen.bg = val->color; in setpenattr()
569 dst->pen.bg = src->bg; in resize_buffer()
857 cell->bg = intcell->pen.bg; in vterm_screen_get_cell()
978 if((attrs & VTERM_ATTR_BACKGROUND_MASK) && !vterm_color_is_equal(&a->pen.bg, &b->pen.bg)) in attrs_differ()
/vim-8.2.3635/runtime/colors/tools/
H A Dcheck_colors.vim105 let groups[group] = 'Missing bg terminal color for ' .. group
126 let bg_set = '\(set\?\|setl\(ocal\)\?\) .*\(background\|bg\)=\(dark\|light\)'
127 let bg_let = 'let \%([&]\%([lg]:\)\?\)\%(background\|bg\)\s*=\s*\([''"]\?\)\w\+\1'
186 " 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_highlight.vim118 " bg-color
123 " ^^^^ bg-color of 'CursorLine'
125 " ^^^^^ bg-color of 'CursorLine'
193 " bg-color
248 " bg-color
253 " ^^^^ bg-color of 'CursorLine'
255 " ^^^^^ bg-color of 'CursorLine'
301 " bg-color
343 " bg-color
399 " bg-color
[all …]
H A Dtest_syntax.vim505 " auto-detection of &bg, make sure sure it isn't set anywhere before
508 call assert_equal('dark', &bg)
510 call assert_equal('dark', &bg)
512 call assert_equal('light', &bg)
514 call assert_equal('light', &bg)
516 " manually-set &bg takes precedence over auto-detection
517 set bg=light
519 call assert_equal('light', &bg)
520 set bg=dark
522 call assert_equal('dark', &bg)
H A Dtest_hardcopy.vim144 for bg in ['dark', 'light']
145 exe 'set background=' .. bg
/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);
/vim-8.2.3635/runtime/colors/
H A Dpeachpuff.vim46 hi Cursor guifg=bg guibg=fg
47 hi lCursor guifg=bg guibg=fg
57 hi Ignore cterm=bold ctermfg=7 guifg=bg
H A Ddarkblue.vim9 set bg=dark
60 hi Ignore guifg=bg ctermfg=bg
/vim-8.2.3635/runtime/syntax/
H A Dtmux.vim63 let s:bg = (!s:i || s:i == 16 || (s:i > 231 && s:i < 235)) ? 15 : "none"
65 \ " | highlight tmuxColour" . s:i . " ctermfg=" . s:i . " ctermbg=" . s:bg
85 \ set-clipboard set-titles set-titles-string silence-action status status-bg
123 unlet! s:original_cpo s:bg s:i
H A Ddircolors.vim137 let hi_str .= s:get_hi_str(item - 40, 'bg')
143 let hi_str .= s:get_hi_str(item - 92, 'bg')
157 let hi_str .= s:get_hi_str(color, 'bg')
H A Dtpp.vim35 syn match tppColorOptionKey contained "^--\%(\%(bg\|fg\)\?color\) *"
43 syn region tppColorOption start="^--\%(\%(bg\|fg\)\?color\)" end="$" contains=tppColorOptionKey,tpp…
H A Dsyncolor.vim42 SynColor Ignore term=NONE cterm=NONE ctermfg=black ctermbg=NONE gui=NONE guifg=bg guibg=NONE
54 SynColor Ignore term=NONE cterm=NONE ctermfg=white ctermbg=NONE gui=NONE guifg=bg guibg=NONE
H A Dmplayerconf.vim29 \ sub-bg-alpha subfont-outline unicode format
51 \ sub sub-bg-color sub-demuxer sub-fuzziness
/vim-8.2.3635/runtime/keymap/
H A Dserbian_cp1250.vim4 " URL: http://galeb.etf.bg.ac.yu/~alexa/vim/keymap/serbian-cp1250.vim
H A Dbulgarian-phonetic.vim7 " URI: http://www.math.bas.bg/bantchev/vim/bulgarian-phonetic.vim
34 " See also http://www.math.bas.bg/bantchev/vim/kbdbul.html (in Bulgarian).

12345