aboutsummaryrefslogtreecommitdiffstats
path: root/common/xfce4/theme/gtkrc
blob: d634924bf923947ad1129cd0abba5e89c6bca7d3 (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
style "xfce-panel"
{
# mandriva-xfce-panel.png is same as main panel height, which is 32 px
bg_pixmap[NORMAL] = "mandriva-xfce-panel.png"
}

widget_class "*Panel*" style "xfce-panel"
widget "*Panel*" style "xfce-panel"
class "*Panel*" style "xfce-panel"

widget "*PanelWidget*" style "xfce-panel"
widget "*PanelApplet*" style "xfce-panel"
class "*Tray*" style "xfce-panel"
widget "*Tray*" style "xfce-panel"
widget_class "*Mail*" style "xfce-panel"

# make desktop's icons label transparent
style "xfdesktop-icon-view" {

XfdesktopIconView::label-alpha = 20

base[NORMAL] = "#ffffff"

fg[NORMAL] = "#ffffff"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"