diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-05 16:18:33 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-05 16:18:33 +0200 |
commit | b37eba86fa414b9d41cbceaf773c94632231b301 (patch) | |
tree | 1745fb48f618d8c8d1305b23dd1daad4c7dfe391 /data/themes/pink/Makefile.am | |
parent | 2e1eeaf080e5f965db085cf5bf3e2018a3eab9fd (diff) | |
download | plus-b37eba86fa414b9d41cbceaf773c94632231b301.tar.gz plus-b37eba86fa414b9d41cbceaf773c94632231b301.tar.bz2 plus-b37eba86fa414b9d41cbceaf773c94632231b301.tar.xz plus-b37eba86fa414b9d41cbceaf773c94632231b301.zip |
Add pink theme by Freya.
http://gitorious.org/freya-mana-themes/pink_heart
Diffstat (limited to 'data/themes/pink/Makefile.am')
-rw-r--r-- | data/themes/pink/Makefile.am | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/data/themes/pink/Makefile.am b/data/themes/pink/Makefile.am new file mode 100644 index 000000000..17a3a18a1 --- /dev/null +++ b/data/themes/pink/Makefile.am @@ -0,0 +1,56 @@ + +guidir = $(pkgdatadir)/data/themes/pink + +gui_DATA = \ + bubble.png \ + button.png \ + button_disabled.png \ + buttonhi.png \ + buttonpress.png \ + checkbox.png \ + circle-gray.png \ + circle-green.png \ + close_button.png \ + colors.xml \ + deepbox.png \ + window.xml \ + hscroll_left_default.png \ + hscroll_left_highlight.png \ + hscroll_left_pressed.png \ + hscroll_right_default.png \ + hscroll_right_highlight.png \ + hscroll_right_pressed.png \ + item_shortcut_bgr.png \ + mouse.png \ + radioin.png \ + radioin_highlight.png \ + radioout.png \ + radioout_highlight.png \ + resize.png \ + selection.png \ + slider.png \ + slider_hilight.png \ + speechbubble.xml \ + sticky_button.png \ + tab.png \ + tab_hilight.png \ + tabselected.png \ + target-cursor-blue-l.png \ + target-cursor-blue-m.png \ + target-cursor-blue-s.png \ + target-cursor-red-l.png \ + target-cursor-red-m.png \ + target-cursor-red-s.png \ + unknown-item.png \ + vscroll_down_default.png \ + vscroll_down_highlight.png \ + vscroll_down_pressed.png \ + vscroll_grey.png \ + vscroll_highlight.png \ + vscroll_up_default.png \ + vscroll_up_highlight.png \ + vscroll_up_pressed.png \ + window.png + +EXTRA_DIST = \ + $(gui_DATA) |