mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-08 04:54:45 +08:00
change default indent line color
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user