Hacker News new | ask | show | jobs
by tyscorp 2345 days ago
If you need an extremely quick way to implement dark mode, you can use the darkreader[0] npm package. I set it up for our app in ~30 mins.

The only big downside I've seen so far is performance, but I haven't quantified it yet.

[0] https://github.com/darkreader/darkreader#using-for-a-website

1 comments

I just tested this out on a complicated site and it is amazing! Thanks.