From 54de6a5ed0daf74f1e953546ac2a449c52d11a7c Mon Sep 17 00:00:00 2001 From: EliverLara Date: Fri, 3 Jul 2020 15:08:26 -0500 Subject: [PATCH] Xfce: Fix thunar colors --- gtk-3.0/apps/_xfce.scss | 1 + gtk-3.0/gtk-dark.css | 15 ++++++++------- gtk-3.0/gtk.css | 17 +++++++++-------- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/gtk-3.0/apps/_xfce.scss b/gtk-3.0/apps/_xfce.scss index 5eba27a..d5ac003 100644 --- a/gtk-3.0/apps/_xfce.scss +++ b/gtk-3.0/apps/_xfce.scss @@ -71,6 +71,7 @@ scrolledwindow.sidebar treeview.view { background: darken($_sidebar_color, 2%); padding: 1.5px; + color: #98abb2; } /* path-bar of thunar */ diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 214ceb6..4d0647a 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5744,7 +5744,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled /* thunar */ .thunar toolbar { - background-color: #0c0e14; } + background-color: #161925; } /* buttons in toolbar */ .thunar toolbar.horizontal button image { @@ -5752,18 +5752,19 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled scrolledwindow.sidebar treeview.view { background: #12151f; - padding: 1.5px; } + padding: 1.5px; + color: #98abb2; } /* path-bar of thunar */ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button { margin-top: 7px; margin-bottom: 7px; } window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover { - color: #c50ed2; } + color: #00D3A7; } window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked { border-radius: 23px; - background: linear-gradient(to right, #c50ed2, #8500f7); - box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); + background: #00e8b7; + box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753); color: white; } window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { @@ -5775,8 +5776,8 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path- /* thunar sidepane */ window.thunar paned > scrolledwindow treeview.view:selected { border-radius: 23px; - background: linear-gradient(to right, #c50ed2, #8500f7); - box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); + background: #00e8b7; + box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753); color: white; border-radius: 0; box-shadow: none; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 66d8a00..48b74e4 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5769,26 +5769,27 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled /* thunar */ .thunar toolbar { - background-color: #0c0e14; } + background-color: #e6e6e6; } /* buttons in toolbar */ .thunar toolbar.horizontal button image { -gtk-icon-transform: scale(0.72); } scrolledwindow.sidebar treeview.view { - background: #12151f; - padding: 1.5px; } + background: #1e2933; + padding: 1.5px; + color: #98abb2; } /* path-bar of thunar */ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button { margin-top: 7px; margin-bottom: 7px; } window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover { - color: #c50ed2; } + color: #00D3A7; } window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked { border-radius: 23px; - background: linear-gradient(to right, #c50ed2, #8500f7); - box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); + background: #00e8b7; + box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753); color: white; } window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { @@ -5800,8 +5801,8 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path- /* thunar sidepane */ window.thunar paned > scrolledwindow treeview.view:selected { border-radius: 23px; - background: linear-gradient(to right, #c50ed2, #8500f7); - box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); + background: #00e8b7; + box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753); color: white; border-radius: 0; box-shadow: none; }