]> git.rmz.io Git - dotfiles.git/commitdiff
vim: switch to gruvbox colorscheme
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Sat, 22 Dec 2018 23:01:56 +0000 (23:01 +0000)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Sat, 22 Dec 2018 23:01:56 +0000 (23:01 +0000)
vim/vimrc

index ff7c451aea969f486d1eb2d6e28f0535e342acd3..5ca33ac197a3979d26310dcf70b4ac2d5e4b0782 100644 (file)
--- 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