Live data from Hacker News

Hacker News needs a Dark Mode

news.ycombinator.com

1–10 of 94 posts

Hacker News needs a Dark Mode

#1
Hackers like dark modes. Hacker News therefore should provide its users with a dark mode option. Maybe even automatically select it based on their browser preferences.

Note: Telling me to load up some browser extension to handle it is a bit silly as it requires me to implicitly trust the author of said extension which will see and have access to virtually everything on every website I enable it for.

All thoughts and criticisms of this statement are welcomed.

Viva la Dark Mode!

Re: Hacker News needs a Dark Mode

#3
post #2

https://news.ycombinator.com/item?id=23197966 And probably a dozens more with 100+ comments and hundreds more with a few comments. At this point I have simply given up.

Same. It's been 3 years since they said they would do something and it only needs a couple of lines to the CSS.

Re: Hacker News needs a Dark Mode

#5
If you're using ublock origin, I have these filters which I copied from another HN comment once upon a time.

news.ycombinator.com##html:style(filter:invert(100%) hue-rotate(180deg))

news.ycombinator.com##body:style(background: white)

news.ycombinator.com##div.toptext:style(color: black)

news.ycombinator.com###hnmain td[bgcolor="#000000"]

edit: "rules" -> "filters"

Re: Hacker News needs a Dark Mode

#6
post #2

https://news.ycombinator.com/item?id=23197966 And probably a dozens more with 100+ comments and hundreds more with a few comments. At this point I have simply given up.

That's actually very helpful, thank you for that.

I'm going to work on implementing the CSS changes when I get bored. If that's the only thing standing between a bunch of hackers and dark mode on the hacker news website, I'm going to be very disappointed ;)

Post reply on HN