Skip to content

Commit

Permalink
Fix Thunar sidebar. Fix for issue #742
Browse files Browse the repository at this point in the history
  • Loading branch information
darkshram authored Apr 8, 2021
1 parent c5ce164 commit 0d6b4c8
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gtk-3.0/scss/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
@import "apps/nemo";
@import "apps/panel";
@import "apps/synaptic";
@import "apps/thunar";
@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";
Expand Down
17 changes: 17 additions & 0 deletions src/gtk-3.0/scss/apps/_thunar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@include exports("thunar") {
.thunar {
scrolledwindow.sidebar treeview.view {
background: $bg_color;
color: $fg_color;

&:selected, &:active {
background: $selected_bg_color;
color: $selected_fg_color;
}
}

scrolledwindow.shortcuts-pane {
border-top-width: 1;
}
}
}
1 change: 1 addition & 0 deletions src/gtk-3.20/scss/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
@import "apps/nemo";
@import "apps/panel";
@import "apps/synaptic";
@import "apps/thunar";
@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";
Expand Down
17 changes: 17 additions & 0 deletions src/gtk-3.20/scss/apps/_thunar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@include exports("thunar") {
.thunar {
scrolledwindow.sidebar treeview.view {
background: $bg_color;
color: $fg_color;

&:selected, &:active {
background: $selected_bg_color;
color: $selected_fg_color;
}
}

scrolledwindow.shortcuts-pane {
border-top-width: 1;
}
}
}

0 comments on commit 0d6b4c8

Please sign in to comment.