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
52 stars 13 forks source link

Fix for detecting more GTK+ themes #47

Closed tsbarnes closed 2 years ago

tsbarnes commented 2 years ago

This should make more themes show up in the lists on Linux. It now does roughly the same thing GTK+ does, it looks for a CSS file matching the minor version of GTK+, and if it doesn't find that it looks for one matching "gtk-3.0".

weisJ commented 2 years ago

The CI failure doesn't seem to be related to your changes. I'll look into what causes them.