Skip to content

Commit

Permalink
Use s:syntax_gutter for the gutter aka SignColumn.
Browse files Browse the repository at this point in the history
The s:syntax_gutter var was unused until now. It looks like that was
originally introduced for the color of SignColumn.
  • Loading branch information
shofel committed Jul 4, 2018
1 parent 90d097d commit fd5fdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/two-firewatch.vim
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ if has('gui_running') || &t_Co == 88 || &t_Co == 256
call <sid>X('TooLong', s:syntax_accent, '', '')
call <sid>X('WildMenu', s:syntax_fg, s:uno_4, '')
call <sid>X('Normal', s:syntax_fg, s:syntax_bg, '')
call <sid>X('SignColumn', '', s:uno_4, '')
call <sid>X('SignColumn', '', s:syntax_gutter, '')
call <sid>X('Special', s:duo_2, '', '')
" }}}

Expand Down

0 comments on commit fd5fdd5

Please sign in to comment.