File tree 4 files changed +36
-0
lines changed
4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 31
31
@import " apps/nemo" ;
32
32
@import " apps/panel" ;
33
33
@import " apps/synaptic" ;
34
+ @import " apps/thunar" ;
34
35
@import " apps/xfce" ;
35
36
@import " apps/unity" ;
36
37
@import " apps/lightdm" ;
Original file line number Diff line number Diff line change
1
+ @include exports (" thunar" ) {
2
+ .thunar {
3
+ scrolledwindow .sidebar treeview .view {
4
+ background : $bg_color ;
5
+ color : $fg_color ;
6
+
7
+ & :selected, &:active {
8
+ background : $selected_bg_color ;
9
+ color : $selected_fg_color ;
10
+ }
11
+ }
12
+
13
+ scrolledwindow .shortcuts-pane {
14
+ border-top-width : 1 ;
15
+ }
16
+ }
17
+ }
Original file line number Diff line number Diff line change 34
34
@import " apps/nemo" ;
35
35
@import " apps/panel" ;
36
36
@import " apps/synaptic" ;
37
+ @import " apps/thunar" ;
37
38
@import " apps/xfce" ;
38
39
@import " apps/unity" ;
39
40
@import " apps/lightdm" ;
Original file line number Diff line number Diff line change
1
+ @include exports (" thunar" ) {
2
+ .thunar {
3
+ scrolledwindow .sidebar treeview .view {
4
+ background : $bg_color ;
5
+ color : $fg_color ;
6
+
7
+ & :selected, &:active {
8
+ background : $selected_bg_color ;
9
+ color : $selected_fg_color ;
10
+ }
11
+ }
12
+
13
+ scrolledwindow .shortcuts-pane {
14
+ border-top-width : 1 ;
15
+ }
16
+ }
17
+ }
You can’t perform that action at this time.
0 commit comments