From 34abcc9f82cabb3d3d35467c4a972ba9e9095c48 Mon Sep 17 00:00:00 2001 From: Chris Kempson Date: Sat, 29 Dec 2012 15:17:55 +0000 Subject: Updated with base16-builder --- colors/base16-chalk.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colors/base16-chalk.vim') diff --git a/colors/base16-chalk.vim b/colors/base16-chalk.vim index cc078c5..1be3f12 100644 --- a/colors/base16-chalk.vim +++ b/colors/base16-chalk.vim @@ -171,10 +171,10 @@ call hi("Type", s:gui09, "", s:cterm09, "", "none") call hi("Typedef", s:gui0A, "", s:cterm0A, "", "") " Spelling Highlighting -call hi("SpellBad", s:gui00, s:gui08, s:cterm00, s:cterm08, "") +call hi("SpellBad", s:gui05, s:gui00, s:cterm05, s:cterm08, "") +call hi("SpellLocal", s:gui05, s:gui00, s:cterm05, s:cterm0D, "") "call hi("SpellCap", s:gui00, s:gui08, s:cterm00, s:cterm08, "") "call hi("SpellRare", s:gui00, s:gui08, s:cterm00, s:cterm08, "") -"call hi("SpellLocal", s:gui00, s:gui08, s:cterm00, s:cterm08, "") " Additional Diff Highlighting call hi("DiffAdded", s:gui0B, "", s:cterm0B, "", "") -- cgit v1.2.3