Modify colorscheme gruvbox in extended.vim
This commit is contained in:
parent
a3191e681b
commit
e211a6260b
2 changed files with 4 additions and 2 deletions
|
@ -140,7 +140,7 @@ if $COLORTERM == 'gnome-terminal'
|
|||
endif
|
||||
|
||||
try
|
||||
colorscheme desert
|
||||
colorscheme gruvbox
|
||||
catch
|
||||
endtry
|
||||
|
||||
|
|
|
@ -28,8 +28,10 @@ set guioptions-=l
|
|||
set guioptions-=L
|
||||
|
||||
" Colorscheme
|
||||
" Cong --2021.10.3
|
||||
set background=dark
|
||||
colorscheme peaksea
|
||||
colorscheme gruvbox
|
||||
" colorscheme peaksea
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in a new issue