diff options
author | Chris Kempson <git@chriskempson.com> | 2012-12-29 15:17:55 +0000 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2012-12-29 15:17:55 +0000 |
commit | 34abcc9f82cabb3d3d35467c4a972ba9e9095c48 (patch) | |
tree | b23b96f91a9607eaa40006c9915f425e9f20fdfb /colors/base16-tomorrow.vim | |
parent | 0c254420a1d3aa19622f14636f7800d0900ed725 (diff) |
Updated with base16-builder
Diffstat (limited to 'colors/base16-tomorrow.vim')
-rw-r--r-- | colors/base16-tomorrow.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/base16-tomorrow.vim b/colors/base16-tomorrow.vim index aba9611..a2a8b9e 100644 --- a/colors/base16-tomorrow.vim +++ b/colors/base16-tomorrow.vim @@ -171,10 +171,10 @@ call <SID>hi("Type", s:gui09, "", s:cterm09, "", "none") call <SID>hi("Typedef", s:gui0A, "", s:cterm0A, "", "") " Spelling Highlighting -call <SID>hi("SpellBad", s:gui00, s:gui08, s:cterm00, s:cterm08, "") +call <SID>hi("SpellBad", s:gui05, s:gui00, s:cterm05, s:cterm08, "") +call <SID>hi("SpellLocal", s:gui05, s:gui00, s:cterm05, s:cterm0D, "") "call <SID>hi("SpellCap", s:gui00, s:gui08, s:cterm00, s:cterm08, "") "call <SID>hi("SpellRare", s:gui00, s:gui08, s:cterm00, s:cterm08, "") -"call <SID>hi("SpellLocal", s:gui00, s:gui08, s:cterm00, s:cterm08, "") " Additional Diff Highlighting call <SID>hi("DiffAdded", s:gui0B, "", s:cterm0B, "", "") |