Don't clobber pre-set custom colors.
This commit is contained in:
parent
4a3c2d3d46
commit
10b809d187
@ -152,8 +152,8 @@ endfunction
|
|||||||
" Define default highlights.
|
" Define default highlights.
|
||||||
"
|
"
|
||||||
function! indent_guides#define_default_highlights()
|
function! indent_guides#define_default_highlights()
|
||||||
exe 'hi IndentGuidesOdd guibg=NONE ctermbg=NONE'
|
exe 'hi default clear IndentGuidesOdd'
|
||||||
exe 'hi IndentGuidesEven guibg=NONE ctermbg=NONE'
|
exe 'hi default clear IndentGuidesEven'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"
|
"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user