challenger-deep-theme/vim

Better MatchParent highlight

Closed this issue · 1 comments

I consider current MatchParent highlight as inefficient. I easily get lost when there are several brackets around. I suggest to use #c991e1 aka purple for foreground color + bold text.

My tested data:

  1. python

    "john {0} doe ()"
  2. htmldjango

    {% load static %}
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title></title>
    </head>
    <body>
    
    </body>
    </html>

Notes:

  • in the Python string it looks like LA Lakers color combo
  • MatchParent is also used by matchtagalways plugin
  • in the htmldjango syntax it does not block green curly parents
MaxSt commented

Thanks for the suggestion! Added in MaxSt/FlatColor@945d7c3