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