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
This is great for customisation, but I personally would just like a dark mode to make my eyes less hurt.
Furtunately there is a technical solution for that…
There is a CSS media query feature called prefers-color-scheme. It allows you to detect whether the system/user wants a dark website, so you can adjust your CSS.
Anyway, it would be great, if you could make use of it.
Because when I use it in the dark/night Retrospring is like aaaaaa to my eyes, but I don't wanna change tge theme altogether. Instead at day time I would like to continue to use a light mode. (Has better contrast e.g.) Viewed in that way it is kinda an accessibility feature too.
I plan to solve this with #224. Having the ability to save multiple themes would allow to set a theme that is applied when a users browser reports a preferred dark/light color scheme.
Pitch
A dark mode for the website was implemented in https://retrospring.net/feedback/feature_requests/p/dark-theme as a custom color chooser for all modes of colors.
This is great for customisation, but I personally would just like a dark mode to make my eyes less hurt.
Furtunately there is a technical solution for that…
There is a CSS media query feature called
prefers-color-scheme
. It allows you to detect whether the system/user wants a dark website, so you can adjust your CSS.Anyway, it would be great, if you could make use of it.
BTW: I also have a Firefox add-on called “Dark Mode Website Switcher” (source code) that you can use to toggle this setting in Firefox directly – without needing to change the system option. Maybe that could be helpful e.g. for debugging.
Motivation
Because when I use it in the dark/night Retrospring is like aaaaaa to my eyes, but I don't wanna change tge theme altogether. Instead at day time I would like to continue to use a light mode. (Has better contrast e.g.) Viewed in that way it is kinda an accessibility feature too.
Cross-posted to https://retrospring.net/feedback/feature_requests/p/automatic-dark-mode
The text was updated successfully, but these errors were encountered: