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
The manual light/dark switch can be nice to have, but in many cases nowadays, especially in the admin interface (vs the public-facing gallery that is always "just photo content"), I want the theme to automatically follow my browser's system theme. Indeed, my operating system / DE (GNOME with this extension) does the switch for me everyday at the correct times, and my web browser follows suit, telling webpages' CSS mediaqueries that dark is now "preferred" or not. This works on all OSes and modern browsers nowadays.
It would be nice for Modus to default to the system theme, at least for the admin interface (and maybe offer the configurability for the admin vs public interfaces, on whether you want to offer a choice to the public or if it should be always-dark or automatic).
You can detect this condition using this simple piece of CSS, such as:
The manual light/dark switch can be nice to have, but in many cases nowadays, especially in the admin interface (vs the public-facing gallery that is always "just photo content"), I want the theme to automatically follow my browser's system theme. Indeed, my operating system / DE (GNOME with this extension) does the switch for me everyday at the correct times, and my web browser follows suit, telling webpages' CSS mediaqueries that dark is now "preferred" or not. This works on all OSes and modern browsers nowadays.
It would be nice for Modus to default to the system theme, at least for the admin interface (and maybe offer the configurability for the admin vs public interfaces, on whether you want to offer a choice to the public or if it should be always-dark or automatic).
You can detect this condition using this simple piece of CSS, such as:
See https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme for more details.
The text was updated successfully, but these errors were encountered: