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;
}