jkaving / intellij-colors-solarized

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

Breadcrumbs lost colors after PhpStorm 2017.2 update #153

Closed aik099 closed 7 years ago

aik099 commented 7 years ago

Apparently new styling entity was introduced in PhpStorm 2017.2 update called Breadcrumbs:

2017-07-20_1601

To style:

  1. open settings dialog
  2. go to Editor > Color Scheme > General section (on the left)
  3. go to Editor > Breadcrumbs (on the right)

Unfortunately defaults makes them totally unreadable.

It seems that for HTML files foreground color (text color) is picked automatically:

2017-07-20_1628

but still I think, that:

aik099 commented 7 years ago

I've tried changing foreground color for Editor > Breadcrumbs > Default element to 839496 and it's much better now:

2017-07-20_1634

Still it would be better if we can increase font size.

aik099 commented 7 years ago

I've also posted issue to PhpStorm about font size just in case: https://youtrack.jetbrains.com/issue/IDEA-176301

jkaving commented 7 years ago

Thanks for noticing and reporting this.

I have fixed it, but in addition to changing the foreground color I also changed the background colors to use Solarized ones.

I hope it looks ok now.