change default indentlines color

This commit is contained in:
NagatoPain
2012-12-15 13:52:57 +08:00
parent dd88b0b06e
commit 27b20481ea
+3 -2
View File
@@ -15,9 +15,10 @@ set concealcursor=inc
function! <SID>InitColor() function! <SID>InitColor()
if &bg == 'light' if &bg == 'light'
hi Conceal ctermfg=7 ctermbg=NONE guifg=Grey guibg=NONE " ctermfg= 039, 234
hi Conceal ctermfg=039 ctermbg=NONE guifg=Grey guibg=NONE
else else
hi Conceal ctermfg=8 ctermbg=NONE guifg=Grey40 guibg=NONE hi Conceal ctermfg=235 ctermbg=NONE guifg=Grey40 guibg=NONE
endif endif
endfunction endfunction