This site is one of the best dark theme site designs I have seen. Good job.
This is ridiculous. Why should every site have to design their own light and/or dark themes? When you visited the site you thought it had a great theme; I on the other hand ended up leaving after 5 seconds because light text on black or near-black backgrounds makes my eyes hurt. This uses gray text which makes it a bit easier than some other dark sites, but gray on black causes issues for a number of other people. A…
I think you'll be happy to learn about prefers-color-scheme: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref...
Chrome hasn't implemented it yet (Firefox and Safari did), but there's some activity here: https://bugs.chromium.org/p/chromium/issues/detail?id=889087
As far as I understand it, a website would have two stylesheets (dark and light) and your browser would pick which one should be used. Websites would still have two themes, but the activation process would get automated. This would allow the browsers to finally implement a "I prefer dark themes" setting.