diff options
author | Jani Välimaa <wally@mageia.org> | 2012-07-18 18:25:02 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-07-18 18:25:02 +0000 |
commit | 3be76e3cf3f9fc26fbe0857011044c9446d2a428 (patch) | |
tree | 0594525f6603a6fd3cacc49ab1970a256e5c6315 /data/xfce4/theme/gtkrc | |
parent | ad1ec57cd2c1729736ea9f25a8d6d03e6ea8e149 (diff) | |
download | config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.gz config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.bz2 config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.xz config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.zip |
- rename common dir to data and adapt Makefile to the change
Diffstat (limited to 'data/xfce4/theme/gtkrc')
-rw-r--r-- | data/xfce4/theme/gtkrc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/xfce4/theme/gtkrc b/data/xfce4/theme/gtkrc new file mode 100644 index 0000000..73fa6b6 --- /dev/null +++ b/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" |