From aec58df76368dda18dda5742f2c1eef74089cc4b Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Tue, 21 Nov 2023 12:07:17 -0500 Subject: [PATCH] colors: Add sidebar backgrounds --- theme/colors/dark.css | 2 ++ theme/colors/light.css | 2 ++ theme/parts/sidebar.css | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/theme/colors/dark.css b/theme/colors/dark.css index 3462b4a..2fbbe95 100644 --- a/theme/colors/dark.css +++ b/theme/colors/dark.css @@ -16,6 +16,8 @@ --gnome-window-background: #242424; --gnome-window-color: white; --gnome-view-background: #1e1e1e; + --gnome-sidebar-background: #303030; + --gnome-secondary-sidebar-background: #2a2a2a; /* Card */ --gnome-card-background: rgba(255, 255, 255, 0.08); diff --git a/theme/colors/light.css b/theme/colors/light.css index 2c639d7..321e7ea 100644 --- a/theme/colors/light.css +++ b/theme/colors/light.css @@ -68,6 +68,8 @@ --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-active-background: color-mix(in srgb, var(--gnome-accent-bg) 39%, transparent); + --gnome-sidebar-background: #ebebeb; + --gnome-secondary-sidebar-background: #f3f3f3; /* Card */ --gnome-card-background: #ffffff; diff --git a/theme/parts/sidebar.css b/theme/parts/sidebar.css index 24a9820..dcbe5ca 100644 --- a/theme/parts/sidebar.css +++ b/theme/parts/sidebar.css @@ -12,7 +12,7 @@ } #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,