diff options
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-x | vim/.vim/vimrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 7cb989c..fc2b0ef 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -32,7 +32,7 @@ command W w call plug#begin('~/.vim/plugged') Plug 'https://github.com/sheerun/vim-polyglot.git' -Plug 'https://github.com/morhetz/gruvbox.git' +Plug 'https://github.com/srcery-colors/srcery-vim.git' Plug 'https://github.com/tpope/vim-abolish.git' Plug 'https://github.com/drmikehenry/vim-fontsize.git' Plug 'https://github.com/lervag/vimtex.git', {'for': 'tex'} @@ -40,5 +40,4 @@ Plug 'https://github.com/kovisoft/slimv', {'for': 'lisp'} call plug#end() set t_Co=256 -set background=dark -colorscheme gruvbox +colorscheme srcery |