spot
spot copied to clipboard
Feature request: option to follow system theme
Hi! Would it be possible to add a "Follow system theme" option to the settings? It could change the gsettings prefers-dark-theme
to false
, as you mentioned here.
I got that Spot stays dark intentionally, but I'd love to have light/dark consistency especially now that Dark Mode is officially a thing on GNOME 42. Take a look, I think it makes Spot feel even more "at home" on GNOME:
Light | Dark |
---|---|
![]() |
![]() |
Thanks a lot for developing Spot!!
I was about to comment you can toggle that on Preferences but it did not work for me lol
I was about to comment you can toggle that on Preferences but it did not work for me lol
Same here on Pop!_OS 22.04 (using Light theme) / Flatpak 0.3.3 - when I set the Theme to 'Dark' in the preferences, it does not change to dark. I'm guessing this a bug?
Must be. If I have the time I'll open a pull request. It might take a while so if you know rust, feel free to open a pull request
I had a go at it in #548
I still don't know why ColorScheme::PreferDark
/ ColorScheme::PreferLight
do not respect system settings, but apparently ColorScheme::Default
does.
The PR also changes the theme menu to have 3 options - Force Light theme, Force Dark theme, Follow System theme.
Let me know your thoughts!
fixed by #548