From 2a939fd53522e2529bdb040b1deefe56257db29e Mon Sep 17 00:00:00 2001 From: EliverLara Date: Tue, 30 Jul 2019 11:25:17 -0500 Subject: [PATCH] Recompile theme --- gtk-3.0/gtk-dark.css | 6 +++--- gtk-3.0/gtk.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index a24f64b..c361fb7 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5809,11 +5809,11 @@ 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: black; } .panel.translucent { - background-color: rgba(24, 27, 40, 0.5); } + background-color: rgba(0, 0, 0, 0.5); } .panel.color-light.translucent { - background-color: rgba(255, 255, 255, 0.85); } + background-color: rgba(195, 199, 209, 0.85); } menubar.panel, .panel menubar { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 1226d2a..bab4cc3 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5834,11 +5834,11 @@ 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: black; } .panel.translucent { - background-color: rgba(24, 27, 40, 0.5); } + background-color: rgba(0, 0, 0, 0.5); } .panel.color-light.translucent { - background-color: rgba(255, 255, 255, 0.85); } + background-color: rgba(195, 199, 209, 0.85); } menubar.panel, .panel menubar {