colors: Add sidebar backgrounds

This commit is contained in:
Rafael Mardojai CM 2023-11-21 12:07:17 -05:00 committed by Rafael Mardojai CM
parent 780984e9eb
commit aec58df763
3 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,8 @@
--gnome-window-background: #242424; --gnome-window-background: #242424;
--gnome-window-color: white; --gnome-window-color: white;
--gnome-view-background: #1e1e1e; --gnome-view-background: #1e1e1e;
--gnome-sidebar-background: #303030;
--gnome-secondary-sidebar-background: #2a2a2a;
/* Card */ /* Card */
--gnome-card-background: rgba(255, 255, 255, 0.08); --gnome-card-background: rgba(255, 255, 255, 0.08);

View File

@ -68,6 +68,8 @@
--gnome-view-selected-background: color-mix(in srgb, var(--gnome-accent-bg) 25%, transparent); --gnome-view-selected-background: color-mix(in srgb, var(--gnome-accent-bg) 25%, transparent);
--gnome-view-selected-hover-background: color-mix(in srgb, var(--gnome-accent-bg) 32%, transparent); --gnome-view-selected-hover-background: color-mix(in srgb, var(--gnome-accent-bg) 32%, transparent);
--gnome-view-selected-active-background: color-mix(in srgb, var(--gnome-accent-bg) 39%, transparent); --gnome-view-selected-active-background: color-mix(in srgb, var(--gnome-accent-bg) 39%, transparent);
--gnome-sidebar-background: #ebebeb;
--gnome-secondary-sidebar-background: #f3f3f3;
/* Card */ /* Card */
--gnome-card-background: #ffffff; --gnome-card-background: #ffffff;

View File

@ -12,7 +12,7 @@
} }
#sidebar { #sidebar {
background: var(--gnome-window-background) !important; background: var(--gnome-sidebar-background) !important;
} }
#sidebar-box:-moz-window-inactive label, #sidebar-box:-moz-window-inactive image, #sidebar-box:-moz-window-inactive label, #sidebar-box:-moz-window-inactive image,