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
First: awesome idea and initiative, I was made aware through an article in Süddeutsche Zeitung. Second, studies by the Google Android team have shown that dark mode reduces power consumption up to 60% on AMOLED screens.
Here is a diff from the current (unminified) CSS to a new proposed dark mode CSS that proposes 19 changes, so that the site would look like in the screenshot below:
I realize that the original CSS file uses SCSS (that I am not familiar with), but I hope with the diff the changes are straight-forward enough to translate.
The idea would be to apply a prefers-color-scheme dependent loading strategy, so that only the corresponding CSS would be loaded. Happy to help with that.
First: awesome idea and initiative, I was made aware through an article in Süddeutsche Zeitung. Second, studies by the Google Android team have shown that dark mode reduces power consumption up to 60% on AMOLED screens.
Here is a diff from the current (unminified) CSS to a new proposed dark mode CSS that proposes 19 changes, so that the site would look like in the screenshot below:
I realize that the original CSS file uses SCSS (that I am not familiar with), but I hope with the diff the changes are straight-forward enough to translate.
The idea would be to apply a
prefers-color-schemedependent loading strategy, so that only the corresponding CSS would be loaded. Happy to help with that.