Show HN: Hacker News in Dark Mode (hn.sysopscafe.com)

4 points by dbaio ↗ HN
Reading HN at night was hurting my eyes. This is just a lightweight playground project that you can try at: https://hn.sysopscafe.com/ It uses the Hacker News API and the Algolia search API to provide a dark mode view. Upvotes and replies will redirect you to the official website.

3 comments

[ 2.9 ms ] story [ 21.6 ms ] thread
Hey, I am building something similar. Want to collaborate?

Built The Daily News - an AI-powered news platform with personalized recommendations - based off of Hacker News RSS.

Features:

AI "For You" feed that explains why each article matters to you

Insights dashboard showing your reading patterns, category trends, and emerging interests

8+ responsive news layouts (magazine, grid, masonry, etc.) that rotate dynamically

Reading streaks and like tracking

Advanced search, filtering, and category deep dive

What sets it apart:

The AI explains why articles matter to you and learns from your reading patterns.

Built for people who care about tech quality and personalized content. Would love feedback from the community.

jypi News

https://news.jypi.org/

I just add this to ublock origin

Addons -> uBlock Origin -> Preferences -> My Filters

# HN dark Mode:

  news.ycombinator.com##body:style(background: black)
  news.ycombinator.com##td:style(color: #fafafa !important)
  news.ycombinator.com##table:style(background-color: #24273a)
  news.ycombinator.com##div.toptext:style(color: #fafafa)
  news.ycombinator.com##div.c00:style(color: #fafafa !important)
  news.ycombinator.com##a:style(color: #ffa000 !important)
  news.ycombinator.com##span#karma:style(color: #faa000 !important)
  news.ycombinator.com##span.pagetop:style(color: #fafafa !important)
  news.ycombinator.com##textarea:style(color: #696969 !important; background: inherit; )
  news.ycombinator.com###hnmain:style(background: #24273a !important)
I coppied this from an old HN post but changed the dark grey to catppaccino #24273a

perfect for my old eyes