From 800a1b208ee953fd31bf78961af9985b6204df0b Mon Sep 17 00:00:00 2001 From: Yuri Pieters Date: Sat, 21 Dec 2019 03:07:13 +0000 Subject: 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. --- templates/default.mustache | 1 + 1 file changed, 1 insertion(+) 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 hi("Title", s:gui0D, "", s:cterm0D, "", "none", "") call hi("Conceal", s:gui0D, s:gui00, s:cterm0D, s:cterm00, "", "") call hi("Cursor", s:gui00, s:gui05, s:cterm00, s:cterm05, "", "") call hi("NonText", s:gui03, "", s:cterm03, "", "", "") +call hi("Whitespace", s:gui03, "", s:cterm03, "", "", "") call hi("LineNr", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") call hi("SignColumn", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") call hi("StatusLine", s:gui04, s:gui02, s:cterm04, s:cterm02, "none", "") -- cgit v1.2.3