Skip to content

Synthwave Hacker News by n-1x

Screenshot of Synthwave Hacker News

Details

Authorn-1x

LicenseCC0

Categoryhackernews

Created

Updated

Code size860 B

Code checksum611921b1

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hacker News theme in the popular Synthwave style.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Synthwave Hacker News
@version      20240412.16.27
@namespace    https://userstyles.world/user/n-1x
@description  Hacker News theme in the popular Synthwave style.
@author       n-1x
@license      CC0
==/UserStyle== */

@-moz-document url-prefix("https://news.ycombinator.com/") {
html {
    background: #252335;
}

#hnmain {
    background: #252335;
}

span {
    color: aquamarine
}

.subtext a:visited, a:visited {
    color: yellow;
}

.comment > .commtext, .subline, 
 td > .toptext, .titleline a:link, td {
    color: aquamarine;
}

textarea, input {
    color: aquamarine;
    background: #252335;
    border: 2px solid hotpink;
}

.yclinks > a:link, .titleline a,
.comhead a:link, .subtext a:link,
.comment a:link, .title span,
form, a:link {
    color: hotpink;
}

td[bgcolor="#ff6600"] {
    background: aquamarine;
}
}

Reviews

No reviews yet.