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