From d001bac2674fe14ceb5027bb3e51f05eb4840543 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Tue, 2 Feb 2021 14:00:25 -0600 Subject: [PATCH] Rebuild theme --- gtk-3.0/gtk-dark.css | 2 +- gtk-3.0/gtk.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index f3257d2..81174f3 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -2709,7 +2709,7 @@ window.csd > .titlebar:not(headerbar) { box-shadow: none; } .titlebar:not(headerbar) > separator, .titlebar:not(headerbar) > separator:backdrop { - background: #0c0e14; } + background: #07080c; } /************** * GtkInfoBar * diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 0ab6196..2294171 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -2716,7 +2716,7 @@ window.csd > .titlebar:not(headerbar) { box-shadow: none; } .titlebar:not(headerbar) > separator, .titlebar:not(headerbar) > separator:backdrop { - background: #0c0e14; } + background: #101013; } /************** * GtkInfoBar *