diff options
author | Chris Kempson <chriskempson@users.noreply.github.com> | 2018-03-22 20:48:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 20:48:38 +0000 |
commit | 7959654e57c05511134e55bda20e9a6bcb8fcfb0 (patch) | |
tree | 6b3b91c39bbc1bb5ccdc57280c1d12a19d5cbc87 /colors/base16-atelier-savanna-light.vim | |
parent | e61dd537d6b29b7738b2f46b128f08458aad2027 (diff) | |
parent | a808330d8855335dc79094a668574500bee9ccb0 (diff) |
Merge pull request #172 from jlesquembre/spell
Set default color for all `Spell` groups
Diffstat (limited to 'colors/base16-atelier-savanna-light.vim')
-rw-r--r-- | colors/base16-atelier-savanna-light.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/colors/base16-atelier-savanna-light.vim b/colors/base16-atelier-savanna-light.vim index f58d1ab..e3143c8 100644 --- a/colors/base16-atelier-savanna-light.vim +++ b/colors/base16-atelier-savanna-light.vim @@ -361,10 +361,10 @@ call <sid>hi("SignifySignChange", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "", " call <sid>hi("SignifySignDelete", s:gui08, s:gui01, s:cterm08, s:cterm01, "", "") " Spelling highlighting -call <sid>hi("SpellBad", "", s:gui00, "", s:cterm00, "undercurl", s:gui08) -call <sid>hi("SpellLocal", "", s:gui00, "", s:cterm00, "undercurl", s:gui0C) -call <sid>hi("SpellCap", "", s:gui00, "", s:cterm00, "undercurl", s:gui0D) -call <sid>hi("SpellRare", "", s:gui00, "", s:cterm00, "undercurl", s:gui0E) +call <sid>hi("SpellBad", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui08) +call <sid>hi("SpellLocal", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui0C) +call <sid>hi("SpellCap", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui0D) +call <sid>hi("SpellRare", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui0E) " Startify highlighting call <sid>hi("StartifyBracket", s:gui03, "", s:cterm03, "", "", "") |