diff options
author | Yuri Pieters <magejohnyjtp@gmail.com> | 2019-12-21 03:07:13 +0000 |
---|---|---|
committer | Yuri Pieters <magejohnyjtp@gmail.com> | 2019-12-21 03:07:13 +0000 |
commit | 800a1b208ee953fd31bf78961af9985b6204df0b (patch) | |
tree | 4add3b871876ab32205ecbff45cb32dbf65b5a42 /templates/default.mustache | |
parent | 6191622d5806d4448fa2285047936bdcee57a098 (diff) |
Set the Whitespace highlight group
The Whitespace group is used for "nbsp", "space", "tab" and "trail" in
'listchars'. For now I've set it to the same colors as NonText.
Diffstat (limited to 'templates/default.mustache')
-rw-r--r-- | templates/default.mustache | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/default.mustache b/templates/default.mustache index e0b612c..71554b1 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -208,6 +208,7 @@ call <sid>hi("Title", s:gui0D, "", s:cterm0D, "", "none", "") call <sid>hi("Conceal", s:gui0D, s:gui00, s:cterm0D, s:cterm00, "", "") call <sid>hi("Cursor", s:gui00, s:gui05, s:cterm00, s:cterm05, "", "") call <sid>hi("NonText", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("Whitespace", s:gui03, "", s:cterm03, "", "", "") call <sid>hi("LineNr", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") call <sid>hi("SignColumn", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") call <sid>hi("StatusLine", s:gui04, s:gui02, s:cterm04, s:cterm02, "none", "") |