From 9cfb4ca4db6ca39588930d5635273b22ca43d66f Mon Sep 17 00:00:00 2001 From: Fausto Núñez Alberro Date: Sat, 6 Feb 2021 00:43:18 +0100 Subject: Highlight Spell{Bad,Local,Cap,Rare} consistently to avoid clashes --- colors/base16-brushtrees.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'colors/base16-brushtrees.vim') diff --git a/colors/base16-brushtrees.vim b/colors/base16-brushtrees.vim index a2c5355..7c8059c 100644 --- a/colors/base16-brushtrees.vim +++ b/colors/base16-brushtrees.vim @@ -401,10 +401,10 @@ call hi("SignifySignChange", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "", " call hi("SignifySignDelete", s:gui08, s:gui01, s:cterm08, s:cterm01, "", "") " Spelling highlighting -call hi("SpellBad", "", "", "", "", "undercurl", s:gui08) -call hi("SpellLocal", "", "", "", "", "undercurl", s:gui0C) -call hi("SpellCap", "", "", "", "", "undercurl", s:gui0D) -call hi("SpellRare", "", "", "", "", "undercurl", s:gui0E) +call hi("SpellBad", s:gui00, s:gui08, s:cterm00, s:cterm08, "undercurl", s:gui08) +call hi("SpellLocal", s:gui00, s:gui0C, s:cterm00, s:cterm0C, "undercurl", s:gui0C) +call hi("SpellCap", s:gui00, s:gui0D, s:cterm00, s:cterm0D, "undercurl", s:gui0D) +call hi("SpellRare", s:gui00, s:gui0E, s:cterm00, s:cterm0E, "undercurl", s:gui0E) " Startify highlighting call hi("StartifyBracket", s:gui03, "", s:cterm03, "", "", "") -- cgit v1.2.3