changed color theme to quietlight
This commit is contained in:
parent
3d422dd786
commit
45fee07081
1 changed files with 6 additions and 1 deletions
7
.vimrc
7
.vimrc
|
|
@ -6,6 +6,7 @@ call vundle#begin()
|
||||||
Plugin 'preservim/nerdtree'
|
Plugin 'preservim/nerdtree'
|
||||||
Plugin 'ycm-core/YouCompleteMe'
|
Plugin 'ycm-core/YouCompleteMe'
|
||||||
Plugin 'airblade/vim-gitgutter'
|
Plugin 'airblade/vim-gitgutter'
|
||||||
|
Plugin 'aonemd/quietlight.vim'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
@ -26,6 +27,9 @@ set visualbell
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set ttyfast
|
set ttyfast
|
||||||
|
|
||||||
|
set background=light
|
||||||
|
colorscheme quietlight
|
||||||
|
|
||||||
" always show mode status line
|
" always show mode status line
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
" always show mode
|
" always show mode
|
||||||
|
|
@ -34,4 +38,5 @@ set showmode
|
||||||
|
|
||||||
inoremap jj <ESC>
|
inoremap jj <ESC>
|
||||||
|
|
||||||
set t_Co=256
|
" set t_Co=256
|
||||||
|
set termguicolors
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue