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 'ycm-core/YouCompleteMe'
|
||||
Plugin 'airblade/vim-gitgutter'
|
||||
Plugin 'aonemd/quietlight.vim'
|
||||
|
||||
call vundle#end()
|
||||
filetype plugin indent on
|
||||
|
|
@ -26,6 +27,9 @@ set visualbell
|
|||
set encoding=utf-8
|
||||
set ttyfast
|
||||
|
||||
set background=light
|
||||
colorscheme quietlight
|
||||
|
||||
" always show mode status line
|
||||
set laststatus=2
|
||||
" always show mode
|
||||
|
|
@ -34,4 +38,5 @@ set showmode
|
|||
|
||||
inoremap jj <ESC>
|
||||
|
||||
set t_Co=256
|
||||
" set t_Co=256
|
||||
set termguicolors
|
||||
|
|
|
|||
Loading…
Reference in a new issue