aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/xfce4/theme/gtkrc
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/xfce4/theme/gtkrc')
-rw-r--r--vanilla/xfce4/theme/gtkrc21
1 files changed, 21 insertions, 0 deletions
diff --git a/vanilla/xfce4/theme/gtkrc b/vanilla/xfce4/theme/gtkrc
new file mode 100644
index 0000000..02806c9
--- /dev/null
+++ b/vanilla/xfce4/theme/gtkrc
@@ -0,0 +1,21 @@
+# original idea tpg@mandriva.org
+
+# make desktop's icons label transparent
+# values (which seems to be working OK with default Mageia background) taken from:
+# http://helpdeskgeek.com/how-to/enable-transparent-label-text-background-on-the-xfce-desktop/
+style "xfdesktop-icon-view"
+{
+
+ XfdesktopIconView::label-alpha = 0
+ XfdesktopIconView::selected-label-alpha = 170
+
+ base[NORMAL] = "#cccccc"
+ base[SELECTED] = "#cccccc"
+ base[ACTIVE] = "#cccccc"
+
+ fg[NORMAL] = "#ffffff"
+ fg[SELECTED] = "#000000"
+ fg[ACTIVE] = "#000000"
+}
+
+widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"