Please add a "dark" theme for Hacker News
news.ycombinator.com
Please add a "dark" theme for Hacker News
1–10 of 81 posts
Re: Please add a "dark" theme for Hacker News
#2The reasons, well, could be added as comments here in the thread. Though, as you may imagine, it's mostly because of my eyes when I visit you guys without daylight.
Re: Please add a "dark" theme for Hacker News
#3Re: Please add a "dark" theme for Hacker News
#4There are browser extensions and userscripts to do this.
Re: Please add a "dark" theme for Hacker News
#5I'm all for improvements to the theme, which have been overdue for a decade, but adding a dark variant is not the most pressing issue, to put it mildly.
[1] https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum...
[2] https://www.researchgate.net/publication/234578707_Optimal_L...
Re: Please add a "dark" theme for Hacker News
#6The HN theme violates WCAG accessibility standards for text contrast[1] (which you can verify with your browser's dev tools), has paragraphs that are almost twice as wide as recommended for readability[2], uses font sizes that are unreadable for people with even slight impairments of visual acuity, and is near-unusable on small mobile devices. I'm all for improvements to the theme, which have been overdue for a decad…
Re: Please add a "dark" theme for Hacker News
#7can add it as a custom filter.
Re: Please add a "dark" theme for Hacker News
#8Re: Please add a "dark" theme for Hacker News
#9Re: Please add a "dark" theme for Hacker News
#10The HN theme violates WCAG accessibility standards for text contrast[1] (which you can verify with your browser's dev tools), has paragraphs that are almost twice as wide as recommended for readability[2], uses font sizes that are unreadable for people with even slight impairments of visual acuity, and is near-unusable on small mobile devices. I'm all for improvements to the theme, which have been overdue for a decad…
Whats the briefest code change which would achieve these outcomes in a browser neutral manner? I hate to think of a massive .js burden to get there, I like sites that are both visually simple and mechanistically simple behind the text.
I also can't find a single ARIA attribute in the HTML code. Between that and the absence of semantic elements, I wonder whether screen reader users can navigate HN at all.