commit eff912953856de978b7b6bbe91c4f8e3d188ac57 parent 2bfa625570dbff4c5f9fc62f65cb2a5778ee2fcb Author: awy <awy@awy.one> Date: Thu, 9 Oct 2025 14:20:57 +0300 ye Diffstat:
| M | userChromeQB.css | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/userChromeQB.css b/userChromeQB.css @@ -1,11 +1,11 @@ :root { - --tab-active-bg-color: #83a598; - --tab-inactive-bg-color: #333; - --tab-active-fg-fallback-color: #282828; /* color of text in an active tab without a container */ + --tab-active-bg-color: #7FBBB3; + --tab-inactive-bg-color: #272E33; + --tab-active-fg-fallback-color: #2b3339; /* color of text in an active tab without a container */ --tab-inactive-fg-fallback-color: #888; /* color of text in an inactive tab without a container */ - --urlbar-focused-bg-color: #41404c; - --urlbar-not-focused-bg-color: #1c1b22; - --toolbar-bgcolor: #2b2a33 !important; + --urlbar-focused-bg-color: #374145; + --urlbar-not-focused-bg-color: #1E2326; + --toolbar-bgcolor: #272E33 !important; --tab-font: 'DejaVu Sans Mono'; --urlbar-font: 'DejaVu Sans Mono';