From 897a062b2fdbb62f8ad36681478c59e129895464 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Wed, 17 Apr 2019 11:49:58 -0500 Subject: [PATCH] Recompile 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 8ae1523..b3f0d17 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -3236,7 +3236,7 @@ notebook button.flat { border: none; background-color: transparent; } notebook button.flat:hover, notebook button.flat:active, notebook button.flat:checked { - background: #00D3A7; } + background: #f7b922; } /********* * Paned * diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index af497fa..0defcfa 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -3243,7 +3243,7 @@ notebook button.flat { border: none; background-color: transparent; } notebook button.flat:hover, notebook button.flat:active, notebook button.flat:checked { - background: #00D3A7; } + background: #f7b922; } /********* * Paned *