Skip to content

Commit bd16c77

Browse files
committed
Changed the default value of g:indent_guides_color_change_percent to 10%
1 parent 349edc9 commit bd16c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/indent_guides.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ let g:indent_guides_color_name_guibg_pattern = "guibg='\\?\\zs[0-9A-Za-z ]\\+\\z
4747
" Configurable global variables
4848
call s:InitVariable('g:indent_guides_indent_levels', 30)
4949
call s:InitVariable('g:indent_guides_auto_colors', 1 )
50-
call s:InitVariable('g:indent_guides_color_change_percent', 5 ) " ie. 5%
50+
call s:InitVariable('g:indent_guides_color_change_percent', 10) " ie. 10%
5151
call s:InitVariable('g:indent_guides_guide_size', 0 )
5252
call s:InitVariable('g:indent_guides_start_level', 1 )
5353
call s:InitVariable('g:indent_guides_debug', 0 )

0 commit comments

Comments
 (0)