aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/data/xfce4/theme/gtkrc
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2013-05-24 21:16:04 +0000
committerJani Välimaa <wally@mageia.org>2013-05-24 21:16:04 +0000
commite9e79ff121522fd5c1011713dbbf2291c05f700b (patch)
treec31dffe89e9bc4d31509379ba012d6a2d57382d2 /trunk/data/xfce4/theme/gtkrc
parentfa42f6c6051dd0c5c8cde1fcfcd3438cf20b0eac (diff)
downloadconfig-distro/mga2.tar
config-distro/mga2.tar.gz
config-distro/mga2.tar.bz2
config-distro/mga2.tar.xz
config-distro/mga2.zip
wrongly branched wrong dir to wrong placedistro/mga2
Diffstat (limited to 'trunk/data/xfce4/theme/gtkrc')
-rw-r--r--trunk/data/xfce4/theme/gtkrc22
1 files changed, 0 insertions, 22 deletions
diff --git a/trunk/data/xfce4/theme/gtkrc b/trunk/data/xfce4/theme/gtkrc
deleted file mode 100644
index 73fa6b6..0000000
--- a/trunk/data/xfce4/theme/gtkrc
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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"