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
Since the new version of iOS and Android add a System level dark theme preference.
It would be a easy small feature to do.
In my opinion we should add a "system default" option in the settings.
Then in the typescript file where the theme is applied, just check if the setting is system default, if it is then add a listener to the prefers-color-scheme media value :
Since the new version of iOS and Android add a System level dark theme preference.
It would be a easy small feature to do.
In my opinion we should add a "system default" option in the settings.
Then in the typescript file where the theme is applied, just check if the setting is system default, if it is then add a listener to the
prefers-color-schememedia value :Availability: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme#Browser_compatibility
You can inspire yourself from this post on web.dev https://web.dev/prefers-color-scheme