Xfce: Fix thunar color inconsistences

This commit is contained in:
EliverLara
2020-07-03 15:33:46 -05:00
parent 13fd3daddd
commit 6941d011f7
3 changed files with 20 additions and 20 deletions

View File

@@ -61,7 +61,7 @@
/* thunar */ /* thunar */
.thunar toolbar { .thunar toolbar {
background-color: $headerbar_color; background-color: darken($headerbar_color, 1%);
} }
/* buttons in toolbar */ /* buttons in toolbar */
@@ -70,7 +70,7 @@
} }
scrolledwindow.sidebar treeview.view { scrolledwindow.sidebar treeview.view {
background: darken($_sidebar_color, 2%); background: darken($_sidebar_color, 0%);
padding: 1.5px; padding: 1.5px;
} }

View File

@@ -5728,14 +5728,14 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
/* thunar */ /* thunar */
.thunar toolbar { .thunar toolbar {
background-color: #0c0e14; } background-color: #181b1e; }
/* buttons in toolbar */ /* buttons in toolbar */
.thunar toolbar.horizontal button image { .thunar toolbar.horizontal button image {
-gtk-icon-transform: scale(0.72); } -gtk-icon-transform: scale(0.72); }
scrolledwindow.sidebar treeview.view { scrolledwindow.sidebar treeview.view {
background: #12151f; background: #16191b;
padding: 1.5px; } padding: 1.5px; }
/* path-bar of thunar */ /* path-bar of thunar */
@@ -5743,12 +5743,12 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-
margin-top: 7px; margin-top: 7px;
margin-bottom: 7px; } margin-bottom: 7px; }
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover { window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover {
color: #c50ed2; } color: #F67E7D; }
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked { window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked {
border-radius: 23px; border-radius: 23px;
background: linear-gradient(to right, #c50ed2, #8500f7); background: linear-gradient(to right, #F67E7D, #E1DD8F);
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); color: #f7f7f7;
color: white; } text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); }
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button {
background: none; background: none;
@@ -5759,9 +5759,9 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-
/* thunar sidepane */ /* thunar sidepane */
window.thunar paned > scrolledwindow treeview.view:selected { window.thunar paned > scrolledwindow treeview.view:selected {
border-radius: 23px; border-radius: 23px;
background: linear-gradient(to right, #c50ed2, #8500f7); background: linear-gradient(to right, #F67E7D, #E1DD8F);
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); color: #f7f7f7;
color: white; text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9);
border-radius: 0; border-radius: 0;
box-shadow: none; } box-shadow: none; }

View File

@@ -5728,14 +5728,14 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
/* thunar */ /* thunar */
.thunar toolbar { .thunar toolbar {
background-color: #0c0e14; } background-color: #181b1e; }
/* buttons in toolbar */ /* buttons in toolbar */
.thunar toolbar.horizontal button image { .thunar toolbar.horizontal button image {
-gtk-icon-transform: scale(0.72); } -gtk-icon-transform: scale(0.72); }
scrolledwindow.sidebar treeview.view { scrolledwindow.sidebar treeview.view {
background: #12151f; background: #16191b;
padding: 1.5px; } padding: 1.5px; }
/* path-bar of thunar */ /* path-bar of thunar */
@@ -5743,12 +5743,12 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-
margin-top: 7px; margin-top: 7px;
margin-bottom: 7px; } margin-bottom: 7px; }
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover { window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover {
color: #c50ed2; } color: #F67E7D; }
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked { window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked {
border-radius: 23px; border-radius: 23px;
background: linear-gradient(to right, #c50ed2, #8500f7); background: linear-gradient(to right, #F67E7D, #E1DD8F);
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); color: #f7f7f7;
color: white; } text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); }
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button {
background: none; background: none;
@@ -5759,9 +5759,9 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-
/* thunar sidepane */ /* thunar sidepane */
window.thunar paned > scrolledwindow treeview.view:selected { window.thunar paned > scrolledwindow treeview.view:selected {
border-radius: 23px; border-radius: 23px;
background: linear-gradient(to right, #c50ed2, #8500f7); background: linear-gradient(to right, #F67E7D, #E1DD8F);
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); color: #f7f7f7;
color: white; text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9);
border-radius: 0; border-radius: 0;
box-shadow: none; } box-shadow: none; }