diff options
author | Fausto Núñez Alberro <fausto.nunez@mailbox.org> | 2021-02-06 00:10:06 +0100 |
---|---|---|
committer | Fausto Núñez Alberro <fausto.nunez@mailbox.org> | 2021-02-06 00:10:06 +0100 |
commit | cd0369a8434981b42413391d38a51ef2f741395c (patch) | |
tree | 1943ee0ce38bf9c9e2c000be72dff8f0a433d7b3 /colors/base16-gruvbox-light-soft.vim | |
parent | 74a915edc69dbff8de0f494e80525f3d684239da (diff) |
Build the whitespace highlight group change
Diffstat (limited to 'colors/base16-gruvbox-light-soft.vim')
-rw-r--r-- | colors/base16-gruvbox-light-soft.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/colors/base16-gruvbox-light-soft.vim b/colors/base16-gruvbox-light-soft.vim index 19bd2bf..6bf4d5a 100644 --- a/colors/base16-gruvbox-light-soft.vim +++ b/colors/base16-gruvbox-light-soft.vim @@ -223,6 +223,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", "") |