From: Samir Benmendil Date: Sat, 22 Dec 2018 23:01:56 +0000 (+0000) Subject: vim: switch to gruvbox colorscheme X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/4fe394d230d60645042ea83b68d5f996430aca20 vim: switch to gruvbox colorscheme --- diff --git a/vim/vimrc b/vim/vimrc index ff7c451..5ca33ac 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -80,7 +80,10 @@ filetype plugin indent on " colorscheme {{{1 syntax on -colorscheme badfox +set background=dark +let g:gruvbox_contrast_dark = 'hard' +let g:gruvbox_contrast_light = 'soft' +colorscheme gruvbox " options {{{1 " moving around, searching and patterns {{{2