X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f89214223bfa3b8f3f792c44c558d1c9cfebaf17..4fe394d230d60645042ea83b68d5f996430aca20:/vim/vimrc 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