From 5d5ab27c88506462c049d8302bc2c1659fc88bff Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 1 Feb 2017 09:36:43 -0700 Subject: Adding indent lines gruvbox colors --- plugin/vim-options.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index b897c43..bd33070 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -243,8 +243,8 @@ if !empty(glob(EditorDir.'/plugged/vim-indent-guides/plugin/indent_guides.vim')) let g:indent_guides_exclude_filetypes =['help', 'nerdtree'] let g:indent_guides_start_level = 2 let g:indent_guides_guide_size = 1 - autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd ctermbg=0 - autocmd VimEnter,Colorscheme * :hi IndentGuidesEven ctermbg=0 + autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd ctermbg=235 + autocmd VimEnter,Colorscheme * :hi IndentGuidesEven ctermbg=237 autocmd VimEnter,Colorscheme * :IndentGuidesEnable endif "----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3