Skip to content

Commit

Permalink
indent guides fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
morhetz committed May 13, 2015
1 parent 5e20a2b commit 705e68d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,9 @@ hi! link SneakStreakStatusLine Search

if !exists('g:indent_guides_auto_colors')
let g:indent_guides_auto_colors = 0
endif

if g:indent_guides_auto_colors == 0
if g:gruvbox_invert_indent_guides == 0
call s:HL('IndentGuidesOdd', 'bg', 'dark2')
call s:HL('IndentGuidesEven', 'bg', 'dark1')
Expand Down

0 comments on commit 705e68d

Please sign in to comment.