We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could we have a dark theme?
And color coding?
:)
The text was updated successfully, but these errors were encountered:
Pull requests are welcome.
Things that need to be extended:
Preferably as a new CSS file that can be applied after the other style sheets, using similar selectors as the other style sheets.
Sorry, something went wrong.
a quick and dirty dark theme...
load the add-on and copy the url, then in /chrome/userContent.css replace <url> with the one you copied...
<url>
@-moz-document url("<url>") { body { filter: invert(90%) !important; background: #2a2a2a !important; } }
Successfully merging a pull request may close this issue.
Could we have a dark theme?
And color coding?
:)
The text was updated successfully, but these errors were encountered: