From a808330d8855335dc79094a668574500bee9ccb0 Mon Sep 17 00:00:00 2001 From: José Luis Lafuente Date: Fri, 2 Feb 2018 12:17:42 +0100 Subject: Update output --- colors/base16-codeschool.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'colors/base16-codeschool.vim') diff --git a/colors/base16-codeschool.vim b/colors/base16-codeschool.vim index 8e0d84a..cc01d57 100644 --- a/colors/base16-codeschool.vim +++ b/colors/base16-codeschool.vim @@ -2,7 +2,7 @@ " base16-vim (https://github.com/chriskempson/base16-vim) " by Chris Kempson (http://chriskempson.com) -" Codeschool scheme by brettof86 +" Codeschool scheme by blockloop " This enables the coresponding base16-shell script to run so that " :colorscheme works in terminals supported by base16-shell scripts @@ -361,10 +361,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", "", s:gui00, "", s:cterm00, "undercurl", s:gui08) -call hi("SpellLocal", "", s:gui00, "", s:cterm00, "undercurl", s:gui0C) -call hi("SpellCap", "", s:gui00, "", s:cterm00, "undercurl", s:gui0D) -call hi("SpellRare", "", s:gui00, "", s:cterm00, "undercurl", s:gui0E) +call hi("SpellBad", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui08) +call hi("SpellLocal", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui0C) +call hi("SpellCap", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui0D) +call hi("SpellRare", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui0E) " Startify highlighting call hi("StartifyBracket", s:gui03, "", s:cterm03, "", "", "") -- cgit v1.2.3