jkaving / intellij-colors-solarized

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

Too bright method highlight color (Solarized Dark) #102

Closed aik099 closed 8 years ago

aik099 commented 9 years ago

When you hover mouse over method name in navigation bar (above the editor) it gets highlighted with very bright color making hard to read actual highlighted contents: phpstorm_solarizeddark_toobrightmethodhighlight

In comparison same highlight on Default PhpStorm's theme is done like this: phpstorm_default_toobrightmethodhighlight

jkaving commented 8 years ago

I see the same problem in PhpStorm 9, but I don't see the highlighting at all in PhpStorm 10.

I found this issue which indicates that the behavior has been disabled by default.

And this StackOverflow answer says that the color cannot be modified - that it uses the caret line color and makes it lighter.

So I don't think we need (or can) to fix this.