Merge pull request #131 from SibrenVasse/thunar-fix

Fix thunar sidebar top border color
master
Nico 2018-09-29 10:00:43 +02:00 committed by GitHub
commit f15ba319b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;