Only works by specifying each individual site on which the "color scheme" should be applied, as far as I know.
Navigate to your profile directory. Create
chrome/userContent.css
:
@-moz-document domain("wikipedia.org"),
domain("kernel.org") {
* {
background-color: black !important;
color: white !important;
}
}
Requires restarting Firefox.