aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-02-01 09:36:43 -0700
committerCody Hiar <codyfh@gmail.com>2017-02-01 09:36:43 -0700
commit5d5ab27c88506462c049d8302bc2c1659fc88bff (patch)
tree6a4ffe88915f786d618a026439c7bf69cca2f5b4
parente80d566e32b7f34788e30d866a0f06031e6a04b0 (diff)
Adding indent lines gruvbox colors
-rw-r--r--plugin/vim-options.vim4
1 files changed, 2 insertions, 2 deletions
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
"-----------------------------------------------------------------------------------------------------------------------