-
Notifications
You must be signed in to change notification settings - Fork 278
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
[Bug] Sidebar doesn't adapt to dark version of theme #3468
Comments
Actually, I don't think any dark mode style is respected except for the color of the selected tab, maybe. TST's tab text doesn't change in dark mode either. |
Known Firefox limitation discussed here: #2915 |
oh wow |
is there some way i could inspect the treestyletab sidebar to know what classes I should select to clone the alpenglow dark theme into it? |
Yes ... follow these instructions: https://github.com/piroor/treestyletab/wiki/How-to-inspect-tree-of-tabs#how-to-inspect-the-sidebar |
Abstract
I use a theme, Alpenglow (aka. Firefox Radiance), which has a different background image under dark mode using the undocumented object "dark_theme" in its manifest.json. TST still uses the light mode background image under dark mode for its background.
Steps to reproduce
Expected result
The TST sidebar uses the background for dark mode, which, in Alpenglow's case, is purple.
Actual result
Environment
The text was updated successfully, but these errors were encountered: