subtheme-dev / monokai-pro

The unofficial Monokai Pro theme by Subtheme.
https://subtheme.dev/monokai-pro
MIT License
131 stars 26 forks source link

Project type not highlighted in New Project menu #1

Closed vgalaktionov closed 4 years ago

vgalaktionov commented 4 years ago

Hi there,

First of all, thanks for the great theme! I have been looking for a port of Monokai Pro to the Intellij products for ages.

I have found a small issue with the theme: in the New Project menu (at least in Pycharm), the currently selected project type is not highlighted like it is in the native theme. This makes it impossible to see what the current type is, except by guessing from the available settings. See attached screenshot for an example.

Screenshot 2020-02-03 at 19 36 32

Any ideas how I could help resolve this?

espositocode commented 4 years ago

Thanks for pointing this out, I can see it as well. I'm guessing the issue is from here: https://github.com/jontaydev/monokai-pro-jetbrains/blob/master/src/Monokai%20Pro.theme.json#L659

I may adjust the sidebar here to match the project view (darker color). I'll take a look tonight.

espositocode commented 4 years ago

Fixed and submitted 0.2 to the plugin repository, along with a few other small fixes.

Screen Shot 2020-02-03 at 9 49 19 PM
vgalaktionov commented 4 years ago

Awesome, thanks for the quick response!