Skip to content

Instantly share code, notes, and snippets.

@jordanrobinson
Created January 22, 2021 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordanrobinson/976dfc030f5fcfdb8647447a8de5d7ca to your computer and use it in GitHub Desktop.
Save jordanrobinson/976dfc030f5fcfdb8647447a8de5d7ca to your computer and use it in GitHub Desktop.
hacker news gruvbox dark theme
* {
color: #928374 !important;
background-color: #282828 !important;
}
body > center > table > tbody > tr:first-child * {
background-color: #504945 !important;
}
body > center > table > tbody > tr:first-child * a:hover {
background: #3c3836 !important;
}
code, pre, input, textarea {
background: #3c3836 !important;
}
a {
color: #458588 !important;
}
.subtext a {
color: #a89984 !important;
}
a:visited, a:visited span {
color: #d5c4a1 !important;
}
a:hover, a:hover span {
background: #3c3836 !important;
}
Applies to URLs on the domain news.ycombinator.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment