mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
Problem: MatchParen highlighting in light themes inverts colors of bracket, makes it look like cursor has jumped to matching bracket. Solution: keep the parenthesis's foreground color when highlighted, and make the background slightly darker instead of grey. Fixes https://github.com/lifepillar/vim-solarized8/issues/11.