diff options
author | Chris Kempson <chriskempson@users.noreply.github.com> | 2018-05-24 14:51:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-24 14:51:15 +0100 |
commit | 90622484e5e16a5de3b37889b0bf9479f4eb7880 (patch) | |
tree | d397ef176da59132dd1a7146d9473751cceaf282 /colors/base16-tomorrow-night.vim | |
parent | 7959654e57c05511134e55bda20e9a6bcb8fcfb0 (diff) | |
parent | 328724df7445d753640c5ba35ebd2e933d24cbae (diff) |
Merge pull request #176 from jlesquembre/master
Fix for #175
Diffstat (limited to 'colors/base16-tomorrow-night.vim')
-rw-r--r-- | colors/base16-tomorrow-night.vim | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/colors/base16-tomorrow-night.vim b/colors/base16-tomorrow-night.vim index 58ec956..fb6ec59 100644 --- a/colors/base16-tomorrow-night.vim +++ b/colors/base16-tomorrow-night.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: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) +call <sid>hi("SpellBad", "", "", "", "", "undercurl", s:gui08) +call <sid>hi("SpellLocal", "", "", "", "", "undercurl", s:gui0C) +call <sid>hi("SpellCap", "", "", "", "", "undercurl", s:gui0D) +call <sid>hi("SpellRare", "", "", "", "", "undercurl", s:gui0E) " Startify highlighting call <sid>hi("StartifyBracket", s:gui03, "", s:cterm03, "", "", "") @@ -378,6 +378,9 @@ call <sid>hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "") call <sid>hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "") call <sid>hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") +" Java highlighting +call <sid>hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") + " Remove functions delf <sid>hi |