blob: 76c3da8809864482a00f56219477a54d2e300b63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
style "sidepane"
{
base[NORMAL] = mix (0.5, @bg_color, @window_active_color) # backgroung
bg[NORMAL] = shade (0.91, @base_color)
# bg[PRELIGHT] = @base_color
engine "murrine"
{
contrast = 0.80
}
}
# Thunar
style "thunar-path-entry-increased-style"
{
ThunarPathEntry::icon-size = 16
}
class "ThunarPathEntry" style "thunar-path-entry-increased-style"
style "thunar-location-buttons"
{
ThunarLocationButtons::spacing = 0
}
class "ThunarLocationButtons" style "thunar-location-buttons"
widget_class "*ThunarShortcutsView*" style "sidepane"
widget_class "*ThunarTreeView*" style "sidepane"
widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
# Caja
widget_class "*CajaSidePane*" style "sidepane"
# widget_class "*CajaPathBar.*ToggleButton*" style:highest "test"
# widget "*CajaNavigationWindow*GtkHPaned*" style "test"
# widget_class "*CajaNotebook" style "test"
|