weisJ / auto-dark-mode

IDEA plugin to automatically apply system theme settings on macOS and Windows.
https://plugins.jetbrains.com/plugin/14076-auto-dark-mode
MIT License
53 stars 15 forks source link

GTK themes list is incomplete #46

Closed tsbarnes closed 2 years ago

tsbarnes commented 2 years ago

The lists of GTK themes for manual selection don't show all my themes. I was looking at the code and noticed it only shows themes that have a gtk-3.x directory matching the current version. It should include any that have a gtk-3.0 directory as well.

weisJ commented 2 years ago

Thank you for reporting this.

It should include any that have a gtk-3.0 directory as well.

This sounds reasonable. Would you be open to contribute a patch for this?

tsbarnes commented 2 years ago

Sure! I've never worked on a JetBrains plugin before, but I'm pretty sure I can figure it out 👍🏻

weisJ commented 2 years ago

I upload a new version containing the fix. Should be available in a couple days.