dracula / jetbrains

🧛🏻‍♂️ Dark theme for JetBrains IDEs (IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, WebStorm, etc.)
https://draculatheme.com/jetbrains
MIT License
773 stars 36 forks source link

"Matched brace" is not distinguishable #46

Closed tsdh closed 3 years ago

tsdh commented 3 years ago

I'm using the theme version 1.11.0 in the Dracula Colorful variant. I like it very much. The only thing which I've had to tweak manually was the background color for "Matched brace" because it is almost impossible to distinguish it especially on the current, highlighted line. Here's a screenshot showing it's default appearance.

image

It's hard to see that the cursor is on the closing paren of the ­­­containsKey call. The slight greenish background doesn't stand out.

This is the relevant setting:

image

I'd suggest to make the "Matching brace" style a bit more outstanding given that this style has a very high usability value when editing in nested, parenthesized expressions.

WhiteVermouth commented 3 years ago

Thank you for your feedback. This issue will be fixed in next version.

WhiteVermouth commented 3 years ago

Upgrade to v1.11.1

tsdh commented 3 years ago

Thanks, works!