changed color theme to quietlight

This commit is contained in:
Thies Lennart Alff 2022-10-21 21:44:55 +02:00
parent 3d422dd786
commit 45fee07081

7
.vimrc
View file

@ -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