Skip to content

Commit e4c49ea

Browse files
clivedcrafaelmardojai
authored andcommitted
fix(extensions): adaptive-tab-bar-color: fix mismatching colors
1 parent 66b7c63 commit e4c49ea

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

theme/extensions/adaptive-tab-bar-colour.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
:root,
22
:root[privatebrowsingmode="temporary"],
33
:is(:root, :root[privatebrowsingmode="temporary"]):-moz-window-inactive {
4-
/* Colors */
5-
--gnome-accent-bg: AccentColor !important;
64
/* Window */
75
--gnome-window-color: var(--lwt-text-color);
86
--gnome-window-background: var(--lwt-accent-color);
@@ -25,7 +23,7 @@
2523
/* Tabs */
2624
--gnome-tabbar-background: var(--gnome-headerbar-background);
2725
--gnome-tabbar-tab-hover-background: color-mix(in oklab, var(--gnome-tabbar-background), var(--lwt-text-color) 10%);
28-
--gnome-tabbar-tab-active-background: var(--tab-selected-bgcolor);
26+
--gnome-tabbar-tab-active-background: var(--lwt-tab-line-color);
2927
--gnome-tabbar-tab-active-hover-background: color-mix(in oklab, var(--gnome-tabbar-tab-active-background), var(--lwt-text-color) 10%);
3028

3129
/* 'New Tab' and 'New Private Tab' pages */
@@ -37,12 +35,12 @@
3735
) {
3836
--lwt-accent-color: var(--gnome-private-in-content-page-background) !important;
3937

40-
--lwt-text-color: rgba(0, 0, 0, 0.8) !important;
41-
--sidebar-background-color: #f3f3f3 !important;
38+
--lwt-text-color: rgba(0, 0, 6, 0.8) !important;
39+
--sidebar-background-color: #f3f3f5 !important;
4240

4341
@media (prefers-color-scheme: dark) {
4442
--lwt-text-color: white !important;
45-
--sidebar-background-color: #2a2a2a !important;
43+
--sidebar-background-color: #28282c !important;
4644
}
4745

4846
--toolbar-bgcolor: var(--lwt-accent-color) !important;

0 commit comments

Comments
 (0)