-
Notifications
You must be signed in to change notification settings - Fork 280
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
TST is unexpectedly using darker background color on Firefox v89.0 and default theme #2942
Comments
This is intentional. Currently TST's theme color for Linux is made for the default theme of Ubuntu. Here is a screenshot on Ubuntu 20.04LTS: Here is a workaround user styles to override those colors: :root[color-scheme="system-color"][data-user-agent*="Linux"]
tab-item:not(.active):not(.bundled-active):not(.highlighted),
:root[color-scheme="system-color"][data-user-agent*="Linux"]
.after-tabs button,
:root[color-scheme="system-color"][data-user-agent*="Linux"]
.after-tabs [role="button"],
:root[color-scheme="system-color"][data-user-agent*="Linux"]
#subpanel-selector-anchor,
:root[color-scheme="system-color"][data-user-agent*="Linux"]
#background {
--toolbar-non-lwt-bgcolor: (something background color);
--toolbar-non-lwt-textcolor:(something foreground color);
} |
Oh, that's too bad. |
I also found the workaround for this issue which is choosing light theme as already noted on "Expected result". |
Anyway, I still need something better solution about this problem... |
Hmm..., should I reopen this issue to store our TODOs? |
I've added a new code snippet: https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#change-background-and-foreground-color-of-the-sidebar-on-the-combination-proton-and-linux-2942 I think this issue should stay closed because currently there is no available better solution. Just for references I put links to bugs of Firefox related to this: 1542044 - browser.theme.getCurrent() & onUpdated should take in account |
Sure. That's make sense. |
And I edited this part ( https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#change-background-and-foreground-color-of-the-sidebar-on-the-combination-proton-and-linux-2942 ) for readability. |
Short description
After I upgrade Firefox to v89.0, TST starts to use "darker" background color with default theme.
But, tab bar still use gray color that I expected to be used in TST.
Steps to reproduce
Expected result
When with default theme and not to be enabled night mode, the following appearance I'd expected.
Actual result
When with default theme and not to be enabled night mode, I got the following appearance. (TST uses darker background)
Environment
The text was updated successfully, but these errors were encountered: