One reason I don’t use tilde.news as much is its hard-to-read (for me) colorscheme, the green-on-black is tough. So I wrote this UserStyle for it (installable with Stylus, etc).
html,
body,
textarea,
button,
input,
input[type="submit"],
.select2-container,
.select2-container-multi,
.select2-choices,
.select2-search-field,
.select2-container-multi .select2-choices
{
background: #f8f8f8;
}
a.tag {
background: #d0d0d0;
}
interesting, i spent a good chunk of time writing the dark theme when i originally set it up because lobste.rs was blinding me
I just turn the brightness down on my monitor, lol. I find the contrast much harder to see with white-on-black (or green-on-black).
Submitted a pull request! I think this is the only place it’s needed.
Edited: