From fd5fdd5f83df0c575f469c0bb69d633a8b50e36a Mon Sep 17 00:00:00 2001 From: shofel Date: Wed, 4 Jul 2018 13:05:09 +0500 Subject: [PATCH] Use s:syntax_gutter for the gutter aka SignColumn. The s:syntax_gutter var was unused until now. It looks like that was originally introduced for the color of SignColumn. --- colors/two-firewatch.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/two-firewatch.vim b/colors/two-firewatch.vim index 53e5931..9b516ad 100644 --- a/colors/two-firewatch.vim +++ b/colors/two-firewatch.vim @@ -341,7 +341,7 @@ if has('gui_running') || &t_Co == 88 || &t_Co == 256 call X('TooLong', s:syntax_accent, '', '') call X('WildMenu', s:syntax_fg, s:uno_4, '') call X('Normal', s:syntax_fg, s:syntax_bg, '') - call X('SignColumn', '', s:uno_4, '') + call X('SignColumn', '', s:syntax_gutter, '') call X('Special', s:duo_2, '', '') " }}}