-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gtkrc-2.0
29 lines (25 loc) · 934 Bytes
/
.gtkrc-2.0
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
# gtk-color-scheme = "bg_color:#d9dadb\nselected_bg_color:#1e9cc8\nbase_color:#fcfcfc" # Background, base.
style "pager" = "default"
{
# xthickness = 0
# ythickness = 0
# bg[SELECTED] = shade(0.8, @selected_bg_color)
# fg[SELECTED] = @base_color
# engine "xfce"
# {
# smooth_edge = true
# }
# fg[NORMAL] = "#888888" # border color of other windows
# fg[SELECTED] = "#666666" # selected workspace window borders
bg[NORMAL] = "#000000" # background colour
bg[PRELIGHT] = "#0000ff" # foreground colour on hover
bg[SELECTED] = "#f0ff00" # foreground colour
}
widget_class "*Pager*" style "pager"
class "*Pager*" style "pager"
style "my-thunar-colours"
{
base[NORMAL] = "#ff0000"
}
widget_class "*ThunarShortcutsView*" style "my-thunar-colours"
widget_class "*ThunarTreeView*" style "my-thunar-colours"