feat: use zenburn.
This commit is contained in:
@@ -72,6 +72,7 @@ Plug 'luochen1990/rainbow'
|
|||||||
Plug 'joshdick/onedark.vim'
|
Plug 'joshdick/onedark.vim'
|
||||||
Plug 'majutsushi/tagbar'
|
Plug 'majutsushi/tagbar'
|
||||||
Plug 'motus/pig.vim'
|
Plug 'motus/pig.vim'
|
||||||
|
Plug 'phha/zenburn.nvim'
|
||||||
Plug 'preservim/vim-indent-guides'
|
Plug 'preservim/vim-indent-guides'
|
||||||
Plug 'scrooloose/nerdtree'
|
Plug 'scrooloose/nerdtree'
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
@@ -79,13 +80,12 @@ Plug 'terryma/vim-expand-region'
|
|||||||
Plug 'tomtom/tlib_vim'
|
Plug 'tomtom/tlib_vim'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
Plug 'vim-scripts/desert256.vim'
|
|
||||||
Plug 'wuelnerdotexe/vim-astro'
|
Plug 'wuelnerdotexe/vim-astro'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
"
|
"
|
||||||
" color schema
|
" color schema
|
||||||
set background=dark
|
set background=dark
|
||||||
colo desert256
|
colo zenburn
|
||||||
highlight Search cterm=none ctermbg=blue
|
highlight Search cterm=none ctermbg=blue
|
||||||
"
|
"
|
||||||
" syntax
|
" syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user