mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Xfce: Improve thunar appearance
This commit is contained in:
@@ -56,4 +56,41 @@
|
||||
&:hover, &:checked {
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
/* thunar */
|
||||
.thunar toolbar {
|
||||
background-color: $headerbar_color;
|
||||
}
|
||||
|
||||
/* buttons in toolbar */
|
||||
.thunar toolbar.horizontal button image {
|
||||
-gtk-icon-transform:scale(0.72);
|
||||
}
|
||||
|
||||
scrolledwindow.sidebar treeview.view {
|
||||
background: darken($_sidebar_color, 2%);
|
||||
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;
|
||||
&:hover { color: $selected_bg_color; }
|
||||
&:checked { @include button(active-header); }
|
||||
}
|
||||
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button {
|
||||
background: none;
|
||||
outline: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* thunar sidepane */
|
||||
window.thunar paned > scrolledwindow treeview.view:selected {
|
||||
@include button(active-header);
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
Reference in New Issue
Block a user