mirror of
1
0
Fork 0

Modify colorscheme gruvbox in extended.vim

This commit is contained in:
Cong Wang 2021-10-03 17:25:39 +02:00
parent a3191e681b
commit e211a6260b
2 changed files with 4 additions and 2 deletions

View File

@ -140,7 +140,7 @@ if $COLORTERM == 'gnome-terminal'
endif
try
colorscheme desert
colorscheme gruvbox
catch
endtry

View File

@ -28,8 +28,10 @@ set guioptions-=l
set guioptions-=L
" Colorscheme
" Cong --2021.10.3
set background=dark
colorscheme peaksea
colorscheme gruvbox
" colorscheme peaksea
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""