Upped the default value of g:indent_guides_auto_colors_change_percent to 0.20
This commit is contained in:
parent
249e98dc50
commit
af4cf67ea4
@ -57,9 +57,9 @@ Default: 1. Values: 0 or 1.
|
|||||||
*'indent_guides_auto_colors_change_percent'*
|
*'indent_guides_auto_colors_change_percent'*
|
||||||
Use this option to control the percent at which the highlight colors will be
|
Use this option to control the percent at which the highlight colors will be
|
||||||
lightened or darkened.
|
lightened or darkened.
|
||||||
Default: 0.10. Values: between 0 and 1.
|
Default: 0.20. Values: between 0 and 1.
|
||||||
>
|
>
|
||||||
let g:indent_guides_auto_colors_change_percent = 0.10
|
let g:indent_guides_auto_colors_change_percent = 0.20
|
||||||
<
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
@ -29,7 +29,7 @@ let g:indent_guides_auto_colors =
|
|||||||
|
|
||||||
let g:indent_guides_auto_colors_change_percent =
|
let g:indent_guides_auto_colors_change_percent =
|
||||||
\ exists('g:indent_guides_auto_colors_change_percent') ?
|
\ exists('g:indent_guides_auto_colors_change_percent') ?
|
||||||
\ g:indent_guides_auto_colors_change_percent : 0.10
|
\ g:indent_guides_auto_colors_change_percent : 0.20
|
||||||
|
|
||||||
let g:indent_guides_debug =
|
let g:indent_guides_debug =
|
||||||
\ exists('g:indent_guides_debug') ?
|
\ exists('g:indent_guides_debug') ?
|
||||||
|
Loading…
Reference in New Issue
Block a user