| /vim-8.2.3635/runtime/syntax/ |
| H A D | cucumber.vim | 20 …\"bm": {"and": "Dan\\>", "background": "Latar Belakang\\>", "but": "Tetapi\\>", "examples": "Conto… 23 …\"cy-GB": {"and": "A\\>", "background": "Cefndir\\>", "but": "Ond\\>", "examples": "Enghreifftiau\… 24 …\"da": {"and": "Og\\>", "background": "Baggrund\\>", "but": "Men\\>", "examples": "Eksempler\\>", … 29 …\"en-lol": {"and": "AN\\>", "background": "B4\\>", "but": "BUT\\>", "examples": "EXAMPLZ\\>", "fea… 32 …\"en-tx": {"and": "And y'all\\>", "background": "Background\\>", "but": "But y'all\\>", "examples"… 33 …\"eo": {"and": "Kaj\\>", "background": "Fono\\>", "but": "Sed\\>", "examples": "Ekzemploj\\>", "fe… 35 …\"et": {"and": "Ja\\>", "background": "Taust\\>", "but": "Kuid\\>", "examples": "Juhtumid\\>", "fe… 37 …\"fi": {"and": "Ja\\>", "background": "Tausta\\>", "but": "Mutta\\>", "examples": "Tapaukset\\>", … 44 …\"id": {"and": "Dan\\>", "background": "Dasar\\>", "but": "Tapi\\>", "examples": "Contoh\\>", "fea… 52 …\"nl": {"and": "En\\>", "background": "Achtergrond\\>", "but": "Maar\\>", "examples": "Voorbeelden… [all …]
|
| H A D | pine.vim | 67 syn keyword pineConfig index-new-background-color 77 syn keyword pineConfig keylabel-background-color 79 syn keyword pineConfig keyname-background-color 97 syn keyword pineConfig normal-background-color 118 syn keyword pineConfig prompt-background-color 122 syn keyword pineConfig quote1-background-color 124 syn keyword pineConfig quote2-background-color 126 syn keyword pineConfig quote3-background-color 134 syn keyword pineConfig reverse-background-color 155 syn keyword pineConfig status-background-color [all …]
|
| H A D | elinks.vim | 50 \ show_any_as_links background text enable_color 58 \ background link vlink dirs allow_dark_on_black 92 syn keyword elinksOptions text background
|
| H A D | form.vim | 129 " dark and a light background for local types 130 if &background == "dark" 136 if has("gui_running") && &background == "dark"
|
| H A D | syncolor.vim | 32 " There are two sets of defaults: for a dark and a light background. 33 if &background == "dark"
|
| H A D | whitespace.vim | 7 if &background == "dark"
|
| H A D | dircolors.vim | 136 " ANSI SGR background color 142 " ANSI SGR+8 background color (xterm 16-color support)
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 30state_pen.test | 14 ?pen background = rgb(0,0,0,is_default_bg) 94 ?pen background = idx(1) 96 ?pen background = idx(2) 98 ?pen background = idx(4) 100 ?pen background = idx(9) 102 ?pen background = rgb(10,20,30) 104 ?pen background = idx(1) 106 ?pen background = rgb(0,0,0,is_default_bg)
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | README.txt | 11 1. Define a new Normal color and set the 'background' option accordingly. 12 set background={light or dark} 18 'background'. 20 set background& 22 if &background == "light" 33 Note that ":highlight clear" uses the value of 'background', thus set it 39 In case you want to set 'background' depending on the colorscheme selected, 41 autocmd SourcePre */colors/blue_sky.vim set background=dark 82 - Is 'background' either used or appropriately set to "light" or "dark"?
|
| H A D | industry.vim | 18 " Reset to dark background, then reset everything to defaults: 19 set background=dark
|
| H A D | morning.vim | 5 " This color scheme uses a light grey background. 8 set background=light
|
| H A D | evening.vim | 5 " This color scheme uses a dark grey background. 8 set background=dark
|
| H A D | peachpuff.vim | 6 " This color scheme uses a peachpuff background (what you've expected when it's 12 set background=light
|
| H A D | shine.vim | 6 " This color scheme uses a light background. 9 set background=light
|
| /vim-8.2.3635/runtime/colors/tools/ |
| H A D | check_colors.vim | 99 let groups[group] = 'Missing foreground or background color for ' .. group 119 " do not check for background colors, they could be intentionally left out 124 " 3) Check, that it does not set background highlighting 125 " Doesn't ':hi Normal ctermfg=253 ctermfg=233' also set the background sometimes? 126 let bg_set = '\(set\?\|setl\(ocal\)\?\) .*\(background\|bg\)=\(dark\|light\)' 127 let bg_let = 'let \%([&]\%([lg]:\)\?\)\%(background\|bg\)\s*=\s*\([''"]\?\)\w\+\1' 133 let err['background'] = 'Should not set background option after :hi statement' 136 let err['background'] = 'OK' 158 let err['background'] = 'Should not issue :syn on'
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_amiga.txt | 53 30 grey char 40 grey cell >0 grey background 0 all attributes off 54 31 black char 41 black cell >1 black background 1 boldface 55 32 white char 42 white cell >2 white background 2 faint 56 33 blue char 43 blue cell >3 blue background 3 italic 57 34 grey char 44 grey cell >4 grey background 4 underscore 58 35 black char 45 black cell >5 black background 7 reverse video 59 36 white char 46 white cell >6 white background 8 invisible 60 37 blue char 47 blue cell >7 blue background 62 The codes with '>' must be the last. The cell and background color should be 64 example to get white text on a blue background: >
|
| H A D | usr_06.txt | 109 Vim guesses the background color that you are using. If it is black 113 the 'background' option. For a dark background: > 115 :set background=dark 117 < And for a light background: > 119 :set background=light 123 ":syntax reset" after setting 'background' to make Vim set the default 164 ctermbg background color in a color terminal 167 guibg background color in the GUI 249 same as what you see inside Vim. But when you use a dark background the
|
| H A D | gui_x11.txt | 39 The "-b" option runs Vim in the background (this is the default). 74 background Color of background. 81 tooltipBackground Color of tooltip and balloon background. 130 Vim.background: Wheat 163 -background {color} Use {color} for the background *-background* 195 background: 326 -bg -background {color} background color 387 background-color: #ffffcc; 394 background-color: #ffffcc; 480 background-image: -gtk-gradient(linear, [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …background background-attachment background-blend-mode background-clip background-color background… 149 elseif prop == 'background-attachment' 151 elseif prop == 'background-color' 153 elseif prop == 'background-image' 155 elseif prop == 'background-position' 164 elseif prop == 'background-repeat' 166 elseif prop == 'background-size' 168 elseif prop == 'background'
|
| /vim-8.2.3635/src/testdir/ |
| H A D | color_ramp.vim | 6 " | in original color pair to see white background. 10 call setline(lnum, 'ANSI background')
|
| H A D | term_util.vim | 63 " Clear $COLORFGBG to avoid 'background' being set to "dark", which will 75 " Always do this with 256 colors and a light background. 76 set t_Co=256 background=light
|
| H A D | test_hardcopy.vim | 145 exe 'set background=' .. bg 156 set background&
|
| /vim-8.2.3635/runtime/ |
| H A D | gvimrc_example.vim | 44 " background for normal text is light grey 47 " Constants are not underlined but have a slightly lighter background
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | cucumber.vim | 41 " background, scenario or outline heading 50 " line after background, scenario or outline heading
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | tohtml.vim | 24 " seen when DiffDelete background color matched 25 " StatusLine background color. Added TOhtmlProgress 200 " - full-line background highlight 203 " free with full-line background highlight above).
|