Searched refs:dark (Results 1 – 25 of 66) sorted by relevance
123
| /vim-8.2.3635/runtime/ |
| H A D | rgb.txt | 124 0 100 0 dark green 161 189 183 107 dark khaki 194 233 150 122 dark salmon 200 255 140 0 dark orange 234 153 50 204 dark orchid 236 148 0 211 dark violet 762 169 169 169 dark grey 764 169 169 169 dark gray 766 0 0 139 dark blue 768 0 139 139 dark cyan [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_syn_attr.vim | 370 \ 'dark blue', 371 \ 'dark cyan', 373 \ 'dark gray', 374 \ 'dark green', 375 \ 'dark grey', 376 \ 'dark khaki', 379 \ 'dark orange', 380 \ 'dark orchid', 381 \ 'dark red', 382 \ 'dark salmon', [all …]
|
| H A D | test_syntax.vim | 508 call assert_equal('dark', &bg) 510 call assert_equal('dark', &bg) 520 set bg=dark 522 call assert_equal('dark', &bg) 647 " This makes the default for 'background' use "dark", check that the
|
| H A D | test_hardcopy.vim | 144 for bg in ['dark', 'light']
|
| /vim-8.2.3635/runtime/colors/lists/ |
| H A D | default.vim | 137 \ 'dark green': '#006400', 174 \ 'dark khaki': '#bdb76b', 207 \ 'dark salmon': '#e9967a', 213 \ 'dark orange': '#ff8c00', 247 \ 'dark orchid': '#9932cc', 249 \ 'dark violet': '#9400d3', 775 \ 'dark grey': '#a9a9a9', 777 \ 'dark gray': '#a9a9a9', 779 \ 'dark blue': '#00008b', 781 \ 'dark cyan': '#008b8b', [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | form.vim | 129 " dark and a light background for local types 130 if &background == "dark" 135 " change slightly the default for dark gvim 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 | grub.vim | 62 syn match grubDarkGray display 'dark-gray'
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | README.txt | 12 set background={light or dark} 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 | evening.vim | 5 " This color scheme uses a dark grey background. 8 set background=dark
|
| H A D | darkblue.vim | 5 " darkblue -- for those who prefer dark background 9 set bg=dark
|
| H A D | pablo.vim | 8 set background=dark
|
| H A D | torte.vim | 7 set background=dark
|
| H A D | ron.vim | 7 set background=dark
|
| H A D | elflord.vim | 7 set background=dark
|
| H A D | murphy.vim | 8 set background=dark
|
| H A D | slate.vim | 4 :set background=dark
|
| H A D | blue.vim | 9 set background=dark
|
| H A D | desert.vim | 13 set background=dark
|
| H A D | koehler.vim | 8 set background=dark
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_06.txt | 110 (or another dark color) it will use light colors for text. If it is 111 white (or another light color) it will use dark colors for text. If 113 the 'background' option. For a dark background: > 115 :set background=dark 249 same as what you see inside Vim. But when you use a dark background the
|
| /vim-8.2.3635/src/proto/ |
| H A D | gui_gtk_x11.pro | 11 void gui_mch_set_dark_theme(int dark);
|
| /vim-8.2.3635/src/ |
| H A D | highlight.c | 940 int dark = -1; in highlight_set_ctermbg() local 945 dark = (color == 0 || color == 4); in highlight_set_ctermbg() 948 dark = (color < 7 || color == 8); in highlight_set_ctermbg() 951 if (dark != -1 in highlight_set_ctermbg() 952 && dark != (*p_bg == 'd') in highlight_set_ctermbg() 956 (char_u *)(dark ? "dark" : "light"), 0); in highlight_set_ctermbg()
|
123