jkaving / intellij-colors-solarized

Solarized Colorscheme for IntelliJ IDEA
3.26k stars 428 forks source link

HTML Bracket Highlighting barely readable in Solarized Light #120

Closed derwok closed 8 years ago

derwok commented 8 years ago

First: Thanks for adapting Solarized to IntelliJ IDEA!

While working with HTML I very often have the problem that while my cursor is running through the code I barely can read the HTML tags... It seems due to bracket highlighting (see image#1), where my cursor is behind(!) the HTML tag. Here I get dark green background with blue font color. solarized_html_image1

Its OK, while inside a tag (see image#2) - nice subtle background color! solarized html image2

When I am in normal code bracket highlighting has the same greenish background color, which is OK, as the green background gets white text color (see image#3). solarized html image3

Is there a possibility to get all-bright text color while bracket matching is active with green background?

aik099 commented 8 years ago

Related Discussions:

jkaving commented 8 years ago

As @aik099 says, this seems to be the same problem as in #108 and #109.

@derwok - Are you using the latest version of the color scheme files?

derwok commented 8 years ago

Thanks for the hint. Actually - before writing the issue I downloaded the latest "settings.jar". And I thought I had successfully updated to this version - but seems I was wrong. I just repeated download and re-installed - and super! New bracket-highlighting is much better => Problem solved. Thanks for the hint. My fault. And thanks again for your great work to bring these colors to IDEA! ;-)

jkaving commented 8 years ago

No problem - glad to hear you got it sorted out !