Skip to content

Commit

Permalink
Xfce: Fix thunar color inconsistences
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Jul 3, 2020
1 parent 13fd3da commit 6941d01
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions gtk-3.0/apps/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

/* thunar */
.thunar toolbar {
background-color: $headerbar_color;
background-color: darken($headerbar_color, 1%);
}

/* buttons in toolbar */
Expand All @@ -70,7 +70,7 @@
}

scrolledwindow.sidebar treeview.view {
background: darken($_sidebar_color, 2%);
background: darken($_sidebar_color, 0%);
padding: 1.5px;
}

Expand Down
18 changes: 9 additions & 9 deletions gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -5728,27 +5728,27 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled

/* thunar */
.thunar toolbar {
background-color: #0c0e14; }
background-color: #181b1e; }

/* buttons in toolbar */
.thunar toolbar.horizontal button image {
-gtk-icon-transform: scale(0.72); }

scrolledwindow.sidebar treeview.view {
background: #12151f;
background: #16191b;
padding: 1.5px; }

/* 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: #F67E7D; }
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);
color: white; }
background: linear-gradient(to right, #F67E7D, #E1DD8F);
color: #f7f7f7;
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 {
background: none;
Expand All @@ -5759,9 +5759,9 @@ 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);
color: white;
background: linear-gradient(to right, #F67E7D, #E1DD8F);
color: #f7f7f7;
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9);
border-radius: 0;
box-shadow: none; }

Expand Down
18 changes: 9 additions & 9 deletions gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -5728,27 +5728,27 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled

/* thunar */
.thunar toolbar {
background-color: #0c0e14; }
background-color: #181b1e; }

/* buttons in toolbar */
.thunar toolbar.horizontal button image {
-gtk-icon-transform: scale(0.72); }

scrolledwindow.sidebar treeview.view {
background: #12151f;
background: #16191b;
padding: 1.5px; }

/* 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: #F67E7D; }
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);
color: white; }
background: linear-gradient(to right, #F67E7D, #E1DD8F);
color: #f7f7f7;
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 {
background: none;
Expand All @@ -5759,9 +5759,9 @@ 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);
color: white;
background: linear-gradient(to right, #F67E7D, #E1DD8F);
color: #f7f7f7;
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9);
border-radius: 0;
box-shadow: none; }

Expand Down

0 comments on commit 6941d01

Please sign in to comment.