diff --git a/theme/colors/light.css b/theme/colors/light.css index c23291b..9717589 100644 --- a/theme/colors/light.css +++ b/theme/colors/light.css @@ -70,7 +70,7 @@ --gnome-tabbar-tab-separator-color: var(--gnome-toolbar-border-color); --gnome-tabbar-tab-hover-background: #dedede; /* Hardcoded color */ --gnome-tabbar-tab-active-background: #d9d9d9; /* Hardcoded color */ - --gnome-tabbar-tab-active-background-contrast: #FAFAFA; /* Hardcoded color */ + --gnome-tabbar-tab-active-background-contrast: #c0c0c0; /* Hardcoded color */ --gnome-tabbar-tab-active-hover-background: #d2d2d2; /* Hardcoded color */ --gnome-inactive-tabbar-background: var(--gnome-inactive-headerbar-background); --gnome-inactive-tabbar-tab-hover-background: #f3f3f3; /* Hardcoded color */