mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user