mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-09 10:23:46 -05:00
Don't clobber pre-set custom colors.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user