Remove background color from some extra hi groups.

When the user sets a transparent background, some filetype-specific
highlight groups do not become transparent, because their background has
been set to `back`. Fix it by setting the background to NONE.

Fixes https://github.com/lifepillar/vim-solarized8/issues/92.
This commit is contained in:
Lifepillar
2021-04-24 20:37:59 +02:00
parent d3ba802421
commit 28b81a4263
6 changed files with 230 additions and 230 deletions

View File

@@ -67,20 +67,20 @@ javaScript yellow none
jsFuncCall -> Function
; }}}
; perl {{{
perlHereDoc base1 back
perlVarPlain yellow back
perlStatementFileDesc cyan back
perlHereDoc base1 none
perlVarPlain yellow none
perlStatementFileDesc cyan none
; }}}
; tex {{{
texstatement cyan back
texmathzonex yellow back
texmathmatcher yellow back
texreflabel yellow back
texstatement cyan none
texmathzonex yellow none
texmathmatcher yellow none
texreflabel yellow none
; }}}
; ruby {{{
rubyDefine base1 back bold
rubyDefine base1 none bold
rubySymbol -> Type
rubyBoolean magenta back
rubyBoolean magenta none
; }}}
; haskell {{{
; For use with syntax/haskell.vim : Haskell Syntax File