Stylus-Dark
Stylus-Dark copied to clipboard
Customize Colors
Can you add the ability to customize the background colors? I have no issues doing it myself but it would be nice to be able to have UserCSS options so that I can update without losing my customization. Below are the classes that I've edited the color (they're all background colors):
/*ADDED CODE*/
#header, body, input[type=checkbox]:not(.slider), .firefox select, input:not(.slider), .newUI .entry, .CodeMirror, .CodeMirror-gutters{
background: #333333 !important;
}
I've added customization as a pull request. If that pull request gets merged then this Issue can be closed. https://github.com/overdodactyl/Stylus-Dark/pull/19