For iOS I use Hack https://apps.apple.com/us/app/hack-for-hacker-news-yc/id1464... . The app has an excellent dark mode.
Show HN: Hacker News Dark Mode
11–20 of 58 posts
Re: Show HN: Hacker News Dark Mode
#12Re: Show HN: Hacker News Dark Mode
#13I agree it is slightly too blue for me, I think it should be more red than blue, especially since the purpose is for low-light reading.
With that said - if I toggle Dark Mode off, and then click a link, it just goes back to Dark Mode. Probably should persist.
Edit: Also, I think the Dark Mode checkbox toggle would be better placed on the profile page, with other related preferences.
Great work!
Re: Show HN: Hacker News Dark Mode
#14Looks like it is missing upvote arrows?
Re: Show HN: Hacker News Dark Mode
#15Also extremely minor to the point of being negligible, I notice in Firefox on a 1200 pixel monitor the bottom row displayed is 30 and I roughly cut in half while standard (actual) HN row 30 is about 2 pixels above the bottom.
Is there a discussion page demo, but with actual discussion?
Re: Show HN: Hacker News Dark Mode
#16There are a significant number of low contrast warnings from a cursory glance through an accessibility tool: https://wave.webaim.org/report#/https://jgthms.com/hacker-ne...
I don't think an optional dark-mode should be expected to accommodate all people with visual disabilities. On the contrary, given the diversity of visual impairments and personal preferences people have, I don't think any stylesheet can reasonably be expected to accommodate all people, which is precisely why support for multiple stylesheets is important.
Re: Show HN: Hacker News Dark Mode
#17Earlier quoted context omitted.
I don't think an optional dark-mode should be expected to accommodate all people with visual disabilities. On the contrary, given the diversity of visual impairments and personal preferences people have, I don't think any stylesheet can reasonably be expected to accommodate all people, which is precisely why support for multiple stylesheets is important.
Why should't the default dark mode fulfill basic contrast requirements (in this case WCAG AA is absolutely possible)? It's not difficult to achieve, and the same problem would exist if the website was in "dark mode" by default.
I maintain that no stylesheet can be accessible to everybody. If any accessibility-assessment tool says otherwise, that reflects a failure of that tool to consider some classes of visual impairment.
Re: Show HN: Hacker News Dark Mode
#18Re: Show HN: Hacker News Dark Mode
#19Earlier quoted context omitted.
I don't think an optional dark-mode should be expected to accommodate all people with visual disabilities. On the contrary, given the diversity of visual impairments and personal preferences people have, I don't think any stylesheet can reasonably be expected to accommodate all people, which is precisely why support for multiple stylesheets is important.
Why should't the default dark mode fulfill basic contrast requirements (in this case WCAG AA is absolutely possible)? It's not difficult to achieve, and the same problem would exist if the website was in "dark mode" by default.