It’s 2025. HN lights up a dark room like a flashlight. Can we add a few lines of CSS to support dark mode? 5 years ago and I believe the alligator needs to move https://news.ycombinator.com/item?id=23197966
Personally, I think dark mode is unnecessary feature creep. But it's also because I never use it and hate it when it's the default and I have to go hunt for the hidden button to switch it off: I need lots of light, otherwise letters get blurry for me, so I'm just another biased human being =)
I see a lot of people in here saying no. Just don’t use it if you don’t want it. It’s really that simple. This is a very simple feature request for HN.
Darkreader plus 150-200% zoom and you have something pretty usable on hidpi displays. You could always try making your own frontend for HN, it's pretty trivial :)
It's sad that everyone has to run around implementing hard-coded "dark themes" 30 years after computers users could routinely set up system-wide color schemes themselves.
I've been actively developing https://hcker.news, a replacement for the hacker news frontpage. It does its best to be familiar with the hn reading experience while adding a lot of missing features.
A lot of people use it on the regular and I have been lucky to have a lot of their feedback since I shared it here a few months ago.
I just added support for comments too! I'd love to know what folks think.
You are allowed to reduce your display brightness. I run my iPhone at the lowest possible setting at night (right now). Try it sometime. It might seem really dim at first but your eyes will adjust in a few minutes.
I think dark mode can be deceptive. Blazing hot white text on a pitch black oled background is like visual caffeine to me. I would not want to be staring at this if I was adjacent to bedtime.
Why doesn't HN support reading mode in Firefox, anyway?
Dimming doesn't solve much.
I won't dim screen every time I switch apps. It doesn't work when you use multiple apps side-by-side (which is nowadays a thing even on mobile/tables). It doesn't bring relief to people that have visual problems that can be fixed with dark mode (I am super annoyed by floaters that I don't notice 95% of the time. Except from very bright websites like HN).
> Blazing hot white text on a pitch black oled background is like visual caffeine to me.
Same thing for me and my vision - I just can't use pure dark themes. But there is so much middle-ground here.
iPhone min brightness setting still flashes the screen at max brightness, just at a slower rate so you perceive it as less bright, but it’s actually still burning your retina at max light output of the OLED on each flash.
One can always add those stylesheets themselves in their browser, or through the uBlock Origin extension. Otherwise (one of the many darkmode extensions) "Dark Reader" is available for Safari (macOS and iOS), Microsoft Edge, Google Chrome, and Mozilla Firefox (Windows, macOS, Android). On iOS you can also use Firefox (or Brave) that has builtin darkmode for all websites.
I think the point is that it's a very simple interface. I'm in the camp of it ain't broke, so let's not fix it.
It gives you an API, doesn't get in your way if you wanna add CSS. Everyone is free to consume HN as they they please, adding extra cruft really isn't in the spirit.
This was my first dark mode: https://www.dosforum.de/viewtopic.php?t=12253
Been there, done that. A black background is generally more tiring for the eyes. A black background means less light. Less light means the eye's aperture has to open wider. A wider aperture means less depth of field. Less depth of field means the eye has to work harder to focus. There are reasons for using a black background on a mobile phone, as it can save energy. But for any device that has a power adapter, a black background is simply self-flagellation.
It depends on the environment. Of course, reading HN in a dark room will never be pleasant. But looking into a bright white flashlight can really hurt. Good dark modes are not simply black/white but make use of the right font weight and color to reduce glare.
I put my phone’s brightness down to minimum at night. Nonetheless I use HN purposely as a dim light when the phone’s torch would be too bright and a beige glow does the job splendidly. (Typically, when I’m moving around the house late at night and everyone else is asleep - when pitch black the torch is too extreme.)
That said, given the amount of time I spend reading on the site I do wish there was a dark mode option.
This is the dark mode ublock I use [1] along with a few other uBlock+HN related things. Adjust as needed. I assume most browsers have support for uBlock.
While there are options, and pretty much all of them mentioned several times here (going the darkreader route myself) - it is no complex task for someone who has done CSS before, on a site like HN.
! dark mode (adapts to your browser preference)
news.ycombinator.com##html:matches-media((prefers-color-scheme: dark)):style(filter: invert(90%) hue-rotate(180deg))
Visiting this site on mobile is not great. A good portion of the screen is covered by a sticky header and there is no underline or feedback when a link is clicked. Additionally, it is missing the story position and with infinite scroll there is no way to differentiate whether you are looking at the 10th story or the one in the 100th position.
I recently built a site for myself which defaults to dark mode and shows me the top posts from HN, Lobste.rs, Tildes, SlashDot, Bear and a few tech/STEM related subreddits in a time-ordered list. Maybe you will find its useful:
theturtlemoves|3 months ago
Davidbrcz|3 months ago
https://drgrizz.xyz/dark-mode.html
lwansbrough|3 months ago
chistev|3 months ago
[deleted]
Jean-Papoulos|3 months ago
1GZ0|3 months ago
e40|3 months ago
VerifiedReports|3 months ago
walletdrainer|3 months ago
This is why prefers-color-scheme exists.
postalcoder|3 months ago
A lot of people use it on the regular and I have been lucky to have a lot of their feedback since I shared it here a few months ago.
I just added support for comments too! I'd love to know what folks think.
moralestapia|3 months ago
Th-thanks ...
bob1029|3 months ago
I think dark mode can be deceptive. Blazing hot white text on a pitch black oled background is like visual caffeine to me. I would not want to be staring at this if I was adjacent to bedtime.
szszrk|3 months ago
Dimming doesn't solve much.
I won't dim screen every time I switch apps. It doesn't work when you use multiple apps side-by-side (which is nowadays a thing even on mobile/tables). It doesn't bring relief to people that have visual problems that can be fixed with dark mode (I am super annoyed by floaters that I don't notice 95% of the time. Except from very bright websites like HN).
> Blazing hot white text on a pitch black oled background is like visual caffeine to me.
Same thing for me and my vision - I just can't use pure dark themes. But there is so much middle-ground here.
ungreased0675|3 months ago
hdgvhicv|3 months ago
brador|3 months ago
Look it up.
HelloUsername|3 months ago
f30e3dfed1c9|3 months ago
specproc|3 months ago
It gives you an API, doesn't get in your way if you wanna add CSS. Everyone is free to consume HN as they they please, adding extra cruft really isn't in the spirit.
ceving|3 months ago
florians|3 months ago
arooaroo|3 months ago
That said, given the amount of time I spend reading on the site I do wish there was a dark mode option.
Bender|3 months ago
[1] - https://mirror.newsdump.org/hn-ublock-colors-other.txt
unknown|3 months ago
[deleted]
riidom|3 months ago
fainpul|3 months ago
avocadoLife|3 months ago
squigz|3 months ago
Automagic dark mode on every site
dzonga|3 months ago
vednig|3 months ago
calmingsolitude|3 months ago
busymom0|3 months ago
https://limereader.com/
florians|3 months ago
coolThingsFirst|3 months ago
pvdebbe|3 months ago
chistev|3 months ago
a1n|3 months ago
setnone|3 months ago
Is it just me who feels completely opposite? I struggle to read dark, text-heavy websites for the exact same reason.
Also, if dark mode ends up happening, please put the checkbox on the account page, the UI is busy enough :)
lrpe|3 months ago
I have nothing against dark mode in principle, but please don't make it the default. Respect the user's preference.
Or, at the very least, don't use white on black. Soften the contrast so that, if you force me to read it, it's not burned into my vision.
unknown|3 months ago
[deleted]