-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature request: Dark theme (with a suggestion of what the CSS code could be) #11
Comments
I've been looking into @hasB4K suggestion and I believe this slighly modified version of his CSS looks really great:
We could probably detect current theme and dynamically load some CSS. What do you think? |
Thanks @josalhor! However I have a simple remark. I think detecting dynamically themes is not a great idea:
I would rather let the user decide whether or not he wants to use this theme with an extension option. At least that my stand :) Have a good day, |
I was thinking of doing this with the default themes of Firefox. Maybe a setting with "Auto" - "Light" - "Dark" would do the trick. Or would you simply prefer "Light" - "Dark"? |
Oh ! I see :) Well, if there is an option to be able to switch, both option are fine to me! Thank you! |
I wasn't able to get either of the above CSS to work. When Firefox loads, the downloads sidebar initially loads dark but then switches back to light. FYI, I use another Firefox extension called "Tab Center Redux" that provides a similar feature but for tabs. It has an option for "dark mode". Attached is a screenshot of how it configures dark mode. Thanks, |
That CSS is now some months old, Firefox may have changed something that was necessary for this to run. |
Hi there guys! Have tried every single "hack" that's mentioned here in the tracker, to no avail! :( |
Hi @BlackSkorpio I still use the |
Just got this extension myself and thought it could do with a dark theme. The CSS in this thread works fine for me so I'm pretty satisfied, would still be great if a proper setting could be added though.
Just in case you're not aware, you need to set toolkit.legacyUserProfileCustomizations.stylesheets to true in about:config for firefox to use a userContent.css file. |
Hi,
It would be awesome to add a Dark Theme (like Tree Style Tab). It could be a simple option.
So far I am overriding the css in the
chrome/userContent.css
in my Firefox's profile like this:Thanks for the great add-on!
Best regards,
The text was updated successfully, but these errors were encountered: