aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/data/xfce4/theme/gtkrc
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2013-05-24 21:10:51 +0000
committerJani Välimaa <wally@mageia.org>2013-05-24 21:10:51 +0000
commitfa42f6c6051dd0c5c8cde1fcfcd3438cf20b0eac (patch)
treef9f0af226bad63335df37ad99745ccfd5f9711d7 /trunk/data/xfce4/theme/gtkrc
parent879cd9e0919c4141d209cd145785e761758e3f15 (diff)
downloadconfig-fa42f6c6051dd0c5c8cde1fcfcd3438cf20b0eac.tar
config-fa42f6c6051dd0c5c8cde1fcfcd3438cf20b0eac.tar.gz
config-fa42f6c6051dd0c5c8cde1fcfcd3438cf20b0eac.tar.bz2
config-fa42f6c6051dd0c5c8cde1fcfcd3438cf20b0eac.tar.xz
config-fa42f6c6051dd0c5c8cde1fcfcd3438cf20b0eac.zip
- branching for updates
Diffstat (limited to 'trunk/data/xfce4/theme/gtkrc')
-rw-r--r--trunk/data/xfce4/theme/gtkrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/trunk/data/xfce4/theme/gtkrc b/trunk/data/xfce4/theme/gtkrc
new file mode 100644
index 0000000..73fa6b6
--- /dev/null
+++ b/trunk/data/xfce4/theme/gtkrc
@@ -0,0 +1,22 @@
+# original idea tpg@mandriva.org
+
+#style "xfce-panel"
+#{
+#
+# # mageia-xfce-panel.png is same as main panel height, which is 32 px
+# bg_pixmap[NORMAL] = "mageia-xfce-panel.png"
+# bg_pixmap[SELECTED] = "mageia-xfce-panel.png"
+#}
+
+# make desktop's icons label transparent
+style "xfdesktop-icon-view"
+{
+
+ XfdesktopIconView::label-alpha = 10
+ fg[NORMAL] = "#ffffff"
+ fg[SELECTED] = "#ffffff"
+}
+
+class "Xfce*Panel*" style "xfce-panel"
+widget_class "*Xfce*Panel*" style "xfce-panel"
+widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"