change default indent line color

This commit is contained in:
NagatoPain
2012-12-20 01:27:05 +08:00
parent c510395f8a
commit 0d66975429

View File

@@ -15,7 +15,7 @@ if !exists("g:indentLine_char")
endif
if !exists("g:indentLine_color_term")
if &bg =~? "light"
let g:indentLine_color_term = 235
let g:indentLine_color_term = 238
else
let g:indentLine_color_term = 039
endif