mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-09 21:46:41 +08:00
change color in dark background to grey40
This commit is contained in:
@@ -15,9 +15,9 @@ set concealcursor=inc
|
|||||||
|
|
||||||
function! <SID>InitColor()
|
function! <SID>InitColor()
|
||||||
if &bg == 'light'
|
if &bg == 'light'
|
||||||
hi Conceal ctermfg=7 ctermbg=NONE guifg=Gray guibg=NONE
|
hi Conceal ctermfg=7 ctermbg=NONE guifg=Grey guibg=NONE
|
||||||
else
|
else
|
||||||
hi Conceal ctermfg=8 ctermbg=NONE guifg=DarkGray guibg=NONE
|
hi Conceal ctermfg=8 ctermbg=NONE guifg=Grey40 guibg=NONE
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user