Hacker News new | ask | show | jobs
by WillYouFinish 2214 days ago
Pretty neat! I switch between light and dark mode on all of my devices through the day depending on the lightning situation. I'd love to see the web app to switch automatically, too.
1 comments

This would be interesting to add. I don't use any JavaScript, so I would have to get the user to set their time zone and the time after which they want to switch.
The prefers-color-scheme CSS media feature could be a way of doing this without requiring any additional action from the user. The spec is still a draft but it has decent browser support.

https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref...