Have used HN Enhance with Firefox for years. https://addons.mozilla.org/en-US/firefox/addon/hn-enhance/?u...
Ask HN: Will HN ever have a dark mode?
21–28 of 28 posts
Re: Ask HN: Will HN ever have a dark mode?
#22dang always get a chuckle when you get the flashbang
Re: Ask HN: Will HN ever have a dark mode?
#23dang mentioned HN would rather implement full custom CSS first, which I strongly disagree with. https://news.ycombinator.com/item?id=41105794
i fucking miss the friendster days where you can customize how your profile looks with just css
Re: Ask HN: Will HN ever have a dark mode?
#24There's perhaps no better site than HN to be open source and allow community improvements. Why isn't it?
simple as that
Re: Ask HN: Will HN ever have a dark mode?
#25Have used HN Enhance with Firefox for years. https://addons.mozilla.org/en-US/firefox/addon/hn-enhance/?u...
Re: Ask HN: Will HN ever have a dark mode?
#26Earlier quoted context omitted.
Agreed. Darkreader + some uBlock Origin filters to remove any residual orange and I have a perfect white on black reading experience.
Mind sharing the setup? Thanks.
# background
news.ycombinator.com###hnmain:style(background-color: transparent !important;)
# top bar
news.ycombinator.com###hnmain > tbody > tr:first-child > td:style(background-color: transparent !important;)
# logo
news.ycombinator.com###hnmain > tbody > tr:first-child tbody > tr:first-child > td:first-child:style(opacity: 0 !important;)
# footer divider
news.ycombinator.com###hnmain td[bgcolor="#ff6600"]:style(background-color: transparent !important)Re: Ask HN: Will HN ever have a dark mode?
#27Earlier quoted context omitted.
Agreed. Darkreader + some uBlock Origin filters to remove any residual orange and I have a perfect white on black reading experience.
Mind sharing the setup? Thanks.
news.ycombinator.com##body:style(background: #121212;)
news.ycombinator.com##td:style(color: #d0d0d0 !important; line-height: 1.6; font-family: Open Sans, sans-serif !important;)
news.ycombinator.com##td.title:style(font-size:20px !important; font-weight: bold; color: #4e8cbe !important; font-family: system-ui !important; )
news.ycombinator.com##td.subtext:style(font-size:15px !important; color: #a0a0a0; font-family: system-ui !important;)
news.ycombinator.com##table:style(background-color: #1e1e1e; padding: 15px; border-radius: 6px;)
news.ycombinator.com##div.toptext:style(color: #d0d0d0 !important; font-family: system-ui !important;)
news.ycombinator.com##div.commtext:style(color: #d0d0d0 !important; font-size: 1.5em; font-family: system-ui !important;)
news.ycombinator.com##span.c00:style(color: #d0d0d0 !important)
news.ycombinator.com##a:style(color: #4e8cbe !important; text-decoration: none;)
news.ycombinator.com##a:hover:style(color: #6aa0cc !important; text-decoration: underline;)
news.ycombinator.com##span#karma:style(color: #6aa0cc !important)
news.ycombinator.com##span.pagetop:style(color: #d0d0d0 !important)
news.ycombinator.com##textarea:style(color: #d0d0d0 !important; background: #252525; border: 1px solid #333; padding: 5px; border-radius: 3px;)
news.ycombinator.com###hnmain:style(background: #1e1e1e !important; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); border-radius: 6px;)
news.ycombinator.com##div.votearrow:style(width: 18px !important; height:18px !important; background-size: 18px !important;)