Add treestyletab.css

This commit is contained in:
Jakob Lechner 2025-07-23 21:33:41 +02:00
parent 5bebf82b82
commit f2413ad116
2 changed files with 19 additions and 0 deletions

View file

@ -380,4 +380,6 @@
enable = true;
browsers = [ "firefox" ];
};
xdg.configFile."treestyletab.css".source = ./treestyletab.css;
}

View file

@ -0,0 +1,17 @@
@media (prefers-color-scheme: light) {
tab-item:not(.active):not(.bundled-active):not(.highlighted),
#background {
--toolbar-non-lwt-bgcolor: ThreeDShadow;
--toolbar-non-lwt-textcolor: ButtonText;
}
}
@media (prefers-color-scheme: dark) {
#tabbar {
background-color: var(--in-content-page-background);
}
}
tab-item.coloredTabsHue0 tab-item-substance {
background: transparent;
}