-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgtk.css
More file actions
21 lines (18 loc) · 697 Bytes
/
Copy pathgtk.css
File metadata and controls
21 lines (18 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* /home/usr/.config/gtk-3.0 */
.thunar .standard-view .view {
background-image:url("bg.jpg");
background-size: cover;
background-position: bottom right;
}
.thunar .standard-view .view * { background-image: none; }
.thunar .standard-view .view * { background: transparent; color: black; }
.thunar .sidebar .view { color: aquamarine; background: purple; }
.thunar .sidebar .view:not(:selected) { background-color: transparent;}
.thunar .sidebar .view:selected { background: transparent; border-left: 4px solid red; }
.thunar .sidebar { background-color: blue; }
.thunar statusbar {
background-color: red;
margin: 0 -10px;
padding: 0 4px;
border-top: 1px solid yellow;
}