A dark theme for Hacker News
Dracula for Hacker News by leozz37
Details
Authorleozz37
LicenseMIT
Categoryhacker news
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Oficial Dracula Theme
@namespace github.com/dracula/hacker-news
@version 1.0.1
@description A dark theme for Hacker News
@supportURL https://github.com/dracula/hacker-news/issues
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://news.ycombinator.com") {
#hnmain {
background-color: #282a36;
}
#hnmain > tbody > tr:nth-child(1) > td {
background-color: #282a36;
}
#hnmain > tbody > tr:nth-child(2) > td {
background-color: #44475a;
}
a:link{
color: #bd93f9;
}
.hnmore a:link, a:visited {
color: #6272a4;
}
#hnmain > tbody > tr:nth-child(2) > td > table > tbody > tr > td:nth-child(2) > span > b > a {
color: #50fa7b;
}
.comhead a:link, .subtext a:visited {
color: #8be9fd;
}
.score {
color: #ffb86c;
}
#karma {
color: #ffb86c;
}
#hnmain > tbody > tr:nth-child(1) > td > table > tbody > tr > td:nth-child(3) > span {
color: #ffb86c;
}
#hnmain > tbody > tr:nth-child(4) > td > center:nth-child(6) > form > input[type=text] {
background-color: #44475a;
}
#hnmain > tbody > tr:nth-child(4) > td > center:nth-child(6) > form {
color: #50fa7b;
}
.pagetop a:visited {
color: #bd93f9;
}
.title {
color: #6272a4;
}
body {
background-color: #282a36;
}
.commtext {
color: #f8f8f2
}
textarea, input {
background-color: #282a36;
color: #f8f8f2;
border-color: #8be9fd
}
}