From 328724df7445d753640c5ba35ebd2e933d24cbae Mon Sep 17 00:00:00 2001 From: José Luis Lafuente Date: Mon, 26 Mar 2018 22:38:44 +0200 Subject: Update output --- colors/base16-twilight.vim | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'colors/base16-twilight.vim') diff --git a/colors/base16-twilight.vim b/colors/base16-twilight.vim index 852fff6..f42d0de 100644 --- a/colors/base16-twilight.vim +++ b/colors/base16-twilight.vim @@ -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: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) +call hi("SpellBad", "", "", "", "", "undercurl", s:gui08) +call hi("SpellLocal", "", "", "", "", "undercurl", s:gui0C) +call hi("SpellCap", "", "", "", "", "undercurl", s:gui0D) +call hi("SpellRare", "", "", "", "", "undercurl", s:gui0E) " Startify highlighting call hi("StartifyBracket", s:gui03, "", s:cterm03, "", "", "") @@ -378,6 +378,9 @@ call hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "") call hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "") call hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") +" Java highlighting +call hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") + " Remove functions delf hi -- cgit v1.2.3