Hacker News new | ask | show | jobs
by kevsim 2353 days ago
Having recently worked on adding dark mode to our service [0], we found that the technical implementation was pretty easy (generous use of CSS custom properties and prefers-color-scheme). The design work to make it look good, have proper contrast, etc. is much harder. The article the people at Superhuman wrote [1] is a really good resource for this.

[0] https://kitemaker.co [1] https://blog.superhuman.com/how-to-design-delightful-dark-th...