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:
Lifepillar
2019-05-01 23:24:38 +02:00
parent 40e77bf073
commit c81e287b9d
8 changed files with 36 additions and 36 deletions

View File

@@ -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