-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GUI does not follow Dark-mode in GTK3 #1469
Comments
Which theme do you use? And which GTK 3 applications behave as expected? There is a GTK setting called "gtk-application-prefer-dark-theme” but I think this is not what we should enable in Audacious itself by default. If I understand it correctly, Audacious would then use the dark theme even if the desktop environment setting is using light mode (but the theme has a dark theme). |
I'm also in this situation, I'm on the latest version of windows and I'm not sure exactly why! |
running into the same issue. Audacious fails to detect the dark theme. Is there a setting or command line switch to force audacious to use the dark color set? |
If you use Audacious with GTK 3, then https://github.com/orgs/audacious-media-player/discussions/1527 may help. |
@radioactiveman that helped quite a bit! Without this Audiacious for some reason defaults to adwaita:light - it does not pick up my GTK4 theme (either light or dark modes, just noticed) env GTK_THEME=Adwaita:dark With this at least it turns to dark mode, less of an eye sore. All other apps I use including flatpaks (e.g. libreoffice, darktable, firefox etc) pick up my shell theme (WhiteSur dark) with no issue. Something seems missing in audacious apparently. I noticed that the GTK_THEME env variable is no longer set in my environment and clearly not used by any of my other apps, flatpak and non-flatpak p.s. I tried variations of |
You can identify the correct name by the directory name of the theme (in /usr/share/themes) and its index.theme content. |
@radioactiveman thanks for the tip! e.g. I have a Yaru-red folder there, and starting with Yaru-red or Yaru-red:dark does not change the default theme that pops up (that seems to be Adwaita light) The WhiteSur theme is installed in ~/.themes, and it doesn't seem to be picked up either, I tried all the variations I could think of with no luck.
|
Then I am out of ideas as well. 🙂 Could this be related to Flatpak? |
Yes it was related to flatpak.
Thanks for the guidance! |
GTK3 mode for GUI does not change to dark color scheme even though Gnome theme is set as Dark. QT5 mode, though does follow dark mode, which is expected result.
Steps to reproduce
Change Gnome to Dark theme and switch to GTK3.
Expected behavior
Normally, Gnome applications follow Dark mode when Gnome has been set to use Dark theme.
Additional information
v4.4 and earlier. GTK interface.
Debian Trixie (Testing)
Gnome 3
The text was updated successfully, but these errors were encountered: