mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
Use reverse colors for Error highlight group.
Often (e.g. for Python) Error is used to indicate whitespace mistakes (e.g. too much whitespace). Since in Solarized 8 Error does not have any background colour, these errors are not visible (@fladd). Fixes https://github.com/lifepillar/vim-solarized8/issues/63.
This commit is contained in:
@@ -222,7 +222,7 @@ Constant cyan none
|
||||
Define -> PreProc
|
||||
Debug -> Special
|
||||
Delimiter -> Special
|
||||
Error red none bold
|
||||
Error red base3 bold,reverse
|
||||
Exception -> Statement
|
||||
Float -> Constant
|
||||
Function -> Identifier
|
||||
@@ -491,7 +491,7 @@ Constant cyan none
|
||||
Define -> PreProc
|
||||
Debug -> Special
|
||||
Delimiter -> Special
|
||||
Error red none bold
|
||||
Error red base03 bold,reverse
|
||||
Exception -> Statement
|
||||
Float -> Constant
|
||||
Function -> Identifier
|
||||
|
||||
Reference in New Issue
Block a user