From 40921af6c0e2589eac5482304f43c37aa1eb40f0 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sat, 13 Mar 2021 13:49:08 -0600 Subject: [PATCH] Xfce: Improve panel buttons appearance --- gtk-3.0/apps/_xfce.scss | 2 +- gtk-3.0/gtk-dark.css | 2 +- gtk-3.0/gtk.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk-3.0/apps/_xfce.scss b/gtk-3.0/apps/_xfce.scss index 95997fb..79bc114 100644 --- a/gtk-3.0/apps/_xfce.scss +++ b/gtk-3.0/apps/_xfce.scss @@ -39,7 +39,7 @@ &:active, &:checked { color: $selected_fg_color; border-bottom: 2px solid $selected_bg_color; - background-color: lighten($panel_bg_color, 15%); + background-color: lighten($panel_bg_color, 5%); label, image { color: inherit; } } diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index c26bcdb..74377ae 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5751,7 +5751,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { color: #fefefe; border-bottom: 2px solid #c50ed2; - background-color: #343c58; } + background-color: #212638; } .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image { color: inherit; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index c26bcdb..74377ae 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5751,7 +5751,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { color: #fefefe; border-bottom: 2px solid #c50ed2; - background-color: #343c58; } + background-color: #212638; } .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image { color: inherit; }