From 45fee07081fe6b6a7ba2bf6281eb830e22395c1a Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Fri, 21 Oct 2022 21:44:55 +0200 Subject: [PATCH] changed color theme to quietlight --- .vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index a3faa1e..3b1c91e 100644 --- a/.vimrc +++ b/.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 -set t_Co=256 +" set t_Co=256 +set termguicolors