mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-14 12:43:48 -05:00
Lowered the color change percent option default down to 0.05
This commit is contained in:
@@ -27,9 +27,9 @@ let g:indent_guides_auto_colors =
|
||||
\ exists('g:indent_guides_auto_colors') ?
|
||||
\ g:indent_guides_auto_colors : 1
|
||||
|
||||
let g:indent_guides_auto_colors_change_percent =
|
||||
\ exists('g:indent_guides_auto_colors_change_percent') ?
|
||||
\ g:indent_guides_auto_colors_change_percent : 0.20
|
||||
let g:indent_guides_color_change_percent =
|
||||
\ exists('g:indent_guides_color_change_percent') ?
|
||||
\ g:indent_guides_color_change_percent : 0.05
|
||||
|
||||
let g:indent_guides_debug =
|
||||
\ exists('g:indent_guides_debug') ?
|
||||
|
||||
Reference in New Issue
Block a user