Skip to content

Commit

Permalink
changed vim-indent-guides colors (switched both)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSt committed Jun 2, 2014
1 parent fe90130 commit da4baf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/flatcolor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -393,5 +393,5 @@ call s:Highlight('CtrlSpaceNormal', '', '', '', '')
call s:Highlight('CtrlSpaceFound', s:white, s:cerise, '', '')

"*** IndentGuides ***
call s:Highlight('IndentGuidesOdd', '', s:text_bg_light, '', '')
call s:Highlight('IndentGuidesEven', '', s:text_bg, '', '')
call s:Highlight('IndentGuidesOdd', '', s:text_bg, '', '')
call s:Highlight('IndentGuidesEven', '', s:text_bg_light, '', '')

0 comments on commit da4baf2

Please sign in to comment.