Home
last modified time | relevance | path

Searched refs:dark (Results 1 – 25 of 66) sorted by relevance

123

/vim-8.2.3635/runtime/
H A Drgb.txt124 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 Dtest_syn_attr.vim370 \ '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 Dtest_syntax.vim508 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 Dtest_hardcopy.vim144 for bg in ['dark', 'light']
/vim-8.2.3635/runtime/colors/lists/
H A Ddefault.vim137 \ '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 Dform.vim129 " 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 Dsyncolor.vim32 " There are two sets of defaults: for a dark and a light background.
33 if &background == "dark"
H A Dwhitespace.vim7 if &background == "dark"
H A Dgrub.vim62 syn match grubDarkGray display 'dark-gray'
/vim-8.2.3635/runtime/colors/
H A DREADME.txt12 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 Dindustry.vim18 " Reset to dark background, then reset everything to defaults:
19 set background=dark
H A Devening.vim5 " This color scheme uses a dark grey background.
8 set background=dark
H A Ddarkblue.vim5 " darkblue -- for those who prefer dark background
9 set bg=dark
H A Dpablo.vim8 set background=dark
H A Dtorte.vim7 set background=dark
H A Dron.vim7 set background=dark
H A Delflord.vim7 set background=dark
H A Dmurphy.vim8 set background=dark
H A Dslate.vim4 :set background=dark
H A Dblue.vim9 set background=dark
H A Ddesert.vim13 set background=dark
H A Dkoehler.vim8 set background=dark
/vim-8.2.3635/runtime/doc/
H A Dusr_06.txt110 (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 Dgui_gtk_x11.pro11 void gui_mch_set_dark_theme(int dark);
/vim-8.2.3635/src/
H A Dhighlight.c940 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