A functional dark theme for the NixOS manual. Not super pretty, but good enough to browse it in a dark environment without any readability problems.
Functional Dark-mode NixOS Manual by starptr

Details
Authorstarptr
LicenseMIT
Categorynixos
Created
Updated
Code size831 B
Code checksumc9ae6586
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name NixOS Manual
@namespace github.com/starptr/userstyles
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://nixos.org/manual/") {
body {
background-color: black;
color: #cccccc;
}
div.note {
background-color: #5277c3 !important;
color: #f2f8fd !important;
}
div.tip {
background-color: #5277c3 !important;
color: #f2f8fd !important;
}
div.warning {
background-color: #441300 !important;
color: #fff5e1 !important;
}
div.caution {
background-color: #441300 !important;
color: #fff5e1 !important;
}
.programlisting {
background-color: #666 !important;
color: #bbb !important;
}
}