X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2379792650a1c42d2633c3aaf8a79956b8b5beda..7069fb50f04a8df46fdab42732e82e9e2c4389a2:/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