Skip to content

Hacker News Dark by aruncveli

Imported and mirrored from https://github.com/aruncveli/userstyles/raw/main/hackernews/hackernews.user.styl

Screenshot of Hacker News Dark

Details

Authoraruncveli

LicenseMIT

Categorynews.ycombinator

Created

Updated

Size826 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for Hacker News

Notes

I have not created an account or posted in Hacker News (yet). So, those pages, if different in styling from the read-only pages, are not covered.

Source code

/* ==UserStyle==
@name           Hacker News Dark
@namespace      github.com/aruncveli/userstyles
@version        24.09.16
@description    Dark theme for Hacker News
@author         Arun Chandanaveli <aruncveli@gmail.com> (https://github.com/aruncveli)
@homepageURL    https://github.com/aruncveli/userstyles
@supportURL     https://github.com/aruncveli/userstyles/issues
@license        MIT
@preprocessor   stylus
@var	color	fg	        "Foreground"	            white
@var	color	bg	        "Background"	            black
==/UserStyle== */

@-moz-document domain("news.ycombinator.com")
  :root
    color-scheme dark

  #hnmain
    background bg

  tr:not(:first-child)
    a:visited
    a:link
    td
    .c00
    .c73
    .c5a
    .title
      color fg

    .subtext
    .comhead
      color fg
      a:link
        color fg

Reviews

No reviews yet.