Skip to content
New issue

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

Request: Dark theme #40

Open
EC-O-DE opened this issue Aug 21, 2017 · 2 comments · May be fixed by #126
Open

Request: Dark theme #40

EC-O-DE opened this issue Aug 21, 2017 · 2 comments · May be fixed by #126
Labels

Comments

@EC-O-DE
Copy link

EC-O-DE commented Aug 21, 2017

Could we have a dark theme?

And color coding?

:)

@Rob--W Rob--W added the feature label Aug 21, 2017
@Rob--W
Copy link
Owner

Rob--W commented Aug 21, 2017

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.

@TotalCaesar659 TotalCaesar659 linked a pull request Oct 13, 2022 that will close this issue
@atomGit
Copy link

atomGit commented Nov 8, 2022

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...

@-moz-document url("<url>") {
    body {
        filter: invert(90%) !important;
        background: #2a2a2a !important;
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants