Changed nvim coloscheme
This commit is contained in:
parent
23a4ab25e6
commit
0b6ca9a6f2
1 changed files with 3 additions and 3 deletions
6
init.vim
6
init.vim
|
@ -27,7 +27,6 @@ if filereadable(expand("~/.vim/autoload/plug.vim")) || filereadable(expand("~/.c
|
||||||
Plug 'KabbAmine/gulp-vim'
|
Plug 'KabbAmine/gulp-vim'
|
||||||
Plug 'derekwyatt/vim-scala'
|
Plug 'derekwyatt/vim-scala'
|
||||||
Plug 'kovisoft/slimv'
|
Plug 'kovisoft/slimv'
|
||||||
Plug 'freeo/vim-kalisi'
|
|
||||||
Plug 'vim-scripts/java.vim'
|
Plug 'vim-scripts/java.vim'
|
||||||
Plug 'vim-php/vim-phpunit'
|
Plug 'vim-php/vim-phpunit'
|
||||||
Plug 'IN3D/vim-raml'
|
Plug 'IN3D/vim-raml'
|
||||||
|
@ -90,8 +89,9 @@ set tm=500
|
||||||
" Color
|
" Color
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
colorscheme kalisi
|
colorscheme gruvbox
|
||||||
set background=light
|
|
||||||
|
set background=dark
|
||||||
set cursorline
|
set cursorline
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
set guioptions-=T
|
set guioptions-=T
|
||||||
|
|
Loading…
Reference in a new issue