Xfce: Fix thunar color inconsistences

This commit is contained in:
EliverLara
2020-07-03 15:19:34 -05:00
parent 520ea36a85
commit c39567c52b
3 changed files with 34 additions and 14 deletions

View File

@@ -61,6 +61,13 @@
/* thunar */
.thunar toolbar {
background-color: $headerbar_color;
button {
color: #98abb2;
&:hover {
background: $selected_bg_color;
color: $selected_fg_color;
}
}
}
/* buttons in toolbar */
@@ -70,6 +77,7 @@
scrolledwindow.sidebar treeview.view {
background: darken($_sidebar_color, 2%);
color: #98abb2;
padding: 1.5px;
}

View File

@@ -5779,14 +5779,20 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
/* thunar */
.thunar toolbar {
background-color: #0c0e14; }
background-color: #07080c; }
.thunar toolbar button {
color: #98abb2; }
.thunar toolbar button:hover {
background: #f7b922;
color: #fefefe; }
/* buttons in toolbar */
.thunar toolbar.horizontal button image {
-gtk-icon-transform: scale(0.72); }
scrolledwindow.sidebar treeview.view {
background: #12151f;
background: #1b1c21;
color: #98abb2;
padding: 1.5px; }
/* path-bar of thunar */
@@ -5794,11 +5800,11 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-
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: #f7b922; }
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: linear-gradient(to right, #eee90a, #f7b922);
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
color: white; }
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button {
@@ -5810,8 +5816,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: linear-gradient(to right, #eee90a, #f7b922);
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
color: white;
border-radius: 0;
box-shadow: none; }

View File

@@ -5804,14 +5804,20 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
/* thunar */
.thunar toolbar {
background-color: #0c0e14; }
background-color: #101013; }
.thunar toolbar button {
color: #98abb2; }
.thunar toolbar button:hover {
background: #f7b922;
color: #fefefe; }
/* buttons in toolbar */
.thunar toolbar.horizontal button image {
-gtk-icon-transform: scale(0.72); }
scrolledwindow.sidebar treeview.view {
background: #12151f;
background: #151519;
color: #98abb2;
padding: 1.5px; }
/* path-bar of thunar */
@@ -5819,11 +5825,11 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-
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: #f7b922; }
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: linear-gradient(to right, #eee90a, #f7b922);
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
color: white; }
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button {
@@ -5835,8 +5841,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: linear-gradient(to right, #eee90a, #f7b922);
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
color: white;
border-radius: 0;
box-shadow: none; }