From 4a6cadc8778b6543a50f229d97b753b2fa78222a Mon Sep 17 00:00:00 2001 From: EliverLara Date: Tue, 30 Jul 2019 11:32:08 -0500 Subject: [PATCH] Recompile theme --- gtk-3.0/gtk-dark.css | 4 ++-- gtk-3.0/gtk.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 89f42fe..cfc5484 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5794,9 +5794,9 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: transparent; transition: all 100ms ease-in-out; } .panel.maximized { - background-color: #181b28; } + background-color: #1c2124; } .panel.translucent { - background-color: rgba(24, 27, 40, 0.5); } + background-color: rgba(28, 33, 36, 0.5); } .panel.color-light.translucent { background-color: rgba(255, 255, 255, 0.85); } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 89f42fe..cfc5484 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5794,9 +5794,9 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: transparent; transition: all 100ms ease-in-out; } .panel.maximized { - background-color: #181b28; } + background-color: #1c2124; } .panel.translucent { - background-color: rgba(24, 27, 40, 0.5); } + background-color: rgba(28, 33, 36, 0.5); } .panel.color-light.translucent { background-color: rgba(255, 255, 255, 0.85); }