Fix thunar sidebar border color

master
Sibren Vasse 2018-09-27 12:34:30 +02:00
parent df9745b704
commit 661f666b5f
No known key found for this signature in database
GPG Key ID: B55E1B5F1F852632
1 changed files with 4 additions and 0 deletions

View File

@ -183,6 +183,10 @@ $disk_space_free: darken($bg_color, 3%);
@extend %header_widgets;
}
scrolledwindow.sidebar {
border-top-color: darken($dark_sidebar_bg, 6%);
}
scrolledwindow.sidebar treeview.view {
background: $dark_sidebar_bg;
color: $dark_sidebar_fg;