From c159cad13506d4320a6cdf9f207e4545993b8113 Mon Sep 17 00:00:00 2001 From: Cormac Relf Date: Sat, 20 Oct 2018 17:34:34 +1100 Subject: [PATCH] fix #2 listchars on gvim (tab, trail) -> SpecialKey --- colors/github.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/github.vim b/colors/github.vim index f1a5444..9d54254 100644 --- a/colors/github.vim +++ b/colors/github.vim @@ -210,13 +210,13 @@ call s:Col('VisualNOS', '', 'lightblue') call s:Col('Search', '', 'yellow') | call s:Attr('Search', 'bold') call s:Col('Whitespace', 'base4', 'bg') " listchars spaces, tab, ... call s:Col('NonText', 'base4', 'bg') " listchars eol +call s:Col('SpecialKey', 'base4', 'bg') +call s:Col('Conceal', 'red') call s:Col('MatchParen', 'darkblue', 'blue3') " | call s:Attr('MatchParen', 'bold') " call outer(inner(arg1, arg2, arg3)) " call outer(inner, one, two(three, four)) -call s:Col('Conceal', 'red') -call s:Col('SpecialKey', 'blue') | call s:Attr('SpecialKey', 'italic') call s:Col('WarningMsg', 'orange') call s:Col('ErrorMsg', 'darkred') call s:Col('Error', 'gutter', 'darkred')