Open RokeJulianLockhart opened 2 months ago
https://github.com/ProtonMail/proton-bridge/issues/491#issue-2501090201
This vaguely relates to https://github.com/ProtonMail/proton-bridge/issues/475#issue-2283034235, since implementing that shall probably require the same implementation method.
Expected Behavior
I expect Proton Bridge to adhere to my DE's colouration. This applies to at least Windows 10, Windows 11, KDE Plasma 5, KDE Plasma 6, and GNOME 30 and GNOME 40.
Possible Solution
Adhere to it.
Steps to Reproduce
Current Behavior
Notice how it remains white?
Version Information
Context (Environment)
I have to manually change the theme in the application every time I access it, because my DE automatically switches between dark and light themes based upon local sunset/sunrise times (I use https://github.com/oskarsh/Yin-Yang/releases/tag/v3.4).
Detailed Description
Merely change the boolean value currently set by that toggle in the GUI based upon the undermentioned.
Possible Implementation
The current theme is probably exposed via DBus, so you can wait for a command from there, rather than constantly poll for the current theme.