You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d like to discuss the possibility of making Mint YDark and Mint YLight automatically respond to system theme changes (light ↔ dark).
Currently, it seems themes have to be applied manually via app settings. It would be great if they could sync with the system appearance, similar to many modern apps.
Some ideas and approaches I’m thinking about:
Using system APIs to detect the current theme (e.g., prefers-color-scheme on web or corresponding system settings on Linux/Windows/macOS).
Automatic theme switching when the system theme changes.
Supporting custom themes while keeping sync with the system.
Has anyone implemented something like this in RBoard or other similar apps? Any advice, recommendations, or examples would be very helpful.
Thanks in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to discuss the possibility of making Mint YDark and Mint YLight automatically respond to system theme changes (light ↔ dark).
Currently, it seems themes have to be applied manually via app settings. It would be great if they could sync with the system appearance, similar to many modern apps.
Some ideas and approaches I’m thinking about:
Using system APIs to detect the current theme (e.g., prefers-color-scheme on web or corresponding system settings on Linux/Windows/macOS).
Automatic theme switching when the system theme changes.
Supporting custom themes while keeping sync with the system.
Has anyone implemented something like this in RBoard or other similar apps? Any advice, recommendations, or examples would be very helpful.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions