Closed pabloyoyoista closed 1 year ago
I just realized #19 I guess this might be a possible solution to that problem?
Thanks @pabloyoyoista , there's a few missing changes to land this but ill do this on a separate branch.
Thanks a lot for taking care of it! To be fair, I had just forgotten about this...
Use libhandy's StyleManager to follow the dark mode variant used by libadwaita and GTK4 apps through gsettings org.gnome.desktop.interface.color-scheme key. This allows the app to change its style based on a standard and documented property that can be changed through, e.g: GNOME Settings toggle in Appearance panel. Current behavior is to follow the gtk-application-prefer-dark-theme key in ~/.config/gtk-3.0/settings.ini file, which is deprecated and as far as I am aware, undocumented.
Related https://gitlab.gnome.org/GNOME/Initiatives/-/issues/32