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 | |
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')
54 files changed, 202 insertions, 1 deletions
diff --git a/data/themes/CMakeLists.txt b/data/themes/CMakeLists.txt index 7f3bd69e5..ac659af33 100644 --- a/data/themes/CMakeLists.txt +++ b/data/themes/CMakeLists.txt @@ -1,5 +1,6 @@ ADD_SUBDIRECTORY(blackwood) ADD_SUBDIRECTORY(classic) ADD_SUBDIRECTORY(enchilado) +ADD_SUBDIRECTORY(pink) ADD_SUBDIRECTORY(redandblack) ADD_SUBDIRECTORY(wood) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 46bcc018d..1f2009067 100755 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = blackwood classic enchilado redandblack wood +SUBDIRS = blackwood classic enchilado pink redandblack wood diff --git a/data/themes/pink/CMakeLists.txt b/data/themes/pink/CMakeLists.txt new file mode 100644 index 000000000..f6f6e81f6 --- /dev/null +++ b/data/themes/pink/CMakeLists.txt @@ -0,0 +1,54 @@ +SET (FILES + 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 + 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 + progress-indicator.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 + window.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/pink) 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) diff --git a/data/themes/pink/bubble.png b/data/themes/pink/bubble.png Binary files differnew file mode 100644 index 000000000..506fd4eec --- /dev/null +++ b/data/themes/pink/bubble.png diff --git a/data/themes/pink/button.png b/data/themes/pink/button.png Binary files differnew file mode 100644 index 000000000..ce791cd53 --- /dev/null +++ b/data/themes/pink/button.png diff --git a/data/themes/pink/button_disabled.png b/data/themes/pink/button_disabled.png Binary files differnew file mode 100644 index 000000000..feb286c69 --- /dev/null +++ b/data/themes/pink/button_disabled.png diff --git a/data/themes/pink/buttonhi.png b/data/themes/pink/buttonhi.png Binary files differnew file mode 100644 index 000000000..ed89b45f1 --- /dev/null +++ b/data/themes/pink/buttonhi.png diff --git a/data/themes/pink/buttonpress.png b/data/themes/pink/buttonpress.png Binary files differnew file mode 100644 index 000000000..4a5e8a0a8 --- /dev/null +++ b/data/themes/pink/buttonpress.png diff --git a/data/themes/pink/checkbox.png b/data/themes/pink/checkbox.png Binary files differnew file mode 100644 index 000000000..09e73f160 --- /dev/null +++ b/data/themes/pink/checkbox.png diff --git a/data/themes/pink/circle-gray.png b/data/themes/pink/circle-gray.png Binary files differnew file mode 100644 index 000000000..3e884f405 --- /dev/null +++ b/data/themes/pink/circle-gray.png diff --git a/data/themes/pink/circle-green.png b/data/themes/pink/circle-green.png Binary files differnew file mode 100644 index 000000000..2c98e9ef1 --- /dev/null +++ b/data/themes/pink/circle-green.png diff --git a/data/themes/pink/close_button.png b/data/themes/pink/close_button.png Binary files differnew file mode 100644 index 000000000..53e1fadb9 --- /dev/null +++ b/data/themes/pink/close_button.png diff --git a/data/themes/pink/colors.xml b/data/themes/pink/colors.xml new file mode 100644 index 000000000..caaa19cef --- /dev/null +++ b/data/themes/pink/colors.xml @@ -0,0 +1,53 @@ +<colors> + <color id="TEXT" color="#FF00FF" /> + <color id="SHADOW" color="#000000" /> + <color id="OUTLINE" color="#000000" /> + <color id="PROGRESS_BAR" color="#ffffff" /> + <color id="BUTTON" color="#FF00FF" /> + <color id="BUTTON_DISABLED" color="#FF00FF" /> + <color id="TAB" color="#FF32FF" /> + <color id="PARTY_CHAT_TAB" color="#f48055" /> + <color id="PARTY_SOCIAL_TAB" color="#f48055" /> + <color id="GUILD_CHAT_TAB" color="#f48055" /> + <color id="GUILD_SOCIAL_TAB" color="#f48055" /> + <color id="BACKGROUND" color="#ffffff" /> + <color id="HIGHLIGHT" color="#FFFEFF" /> + <color id="TAB_FLASH" color="#ff0000" effect="pulse" /> + <color id="TAB_PLAYER_FLASH" color="#00ff00" effect="pulse" /> + <color id="SHOP_WARNING" color="#910000" /> + <color id="ITEM_EQUIPPED" color="#000091" /> + <color id="CHAT" color="#FF00FF" /> + <color id="GM" color="#ff0000" /> + <color id="PLAYER" color="#009000" /> + <color id="WHISPER" color="#0000ff" /> + <color id="WHISPER_OFFLINE" color="#000050" /> + <color id="IS" color="#705000" /> + <color id="SERVER" color="#8415e2" /> + <color id="LOGGER" color="#919191" /> + <color id="HYPERLINK" color="#e50d0d" /> + <color id="UNKNOWN_ITEM" color="#000000" /> + <color id="GENERIC" color="#21a5b1" /> + <color id="HEAD" color="#527fa4" /> + <color id="USABLE" color="#268d24" /> + <color id="TORSO" color="#d12aa4" /> + <color id="ONEHAND" color="#f42a2a" /> + <color id="LEGS" color="#699900" /> + <color id="FEET" color="#aa1d48" /> + <color id="TWOHAND" color="#f46d0e" /> + <color id="SHIELD" color="#9c2424" /> + <color id="RING" color="#0000ff" /> + <color id="NECKLACE" color="#ff00ff" /> + <color id="ARMS" color="#9c24e8" /> + <color id="AMMO" color="#8b6311" /> + <color id="SERVER_VERSION_NOT_SUPPORTED" color="#DC0000" /> + <color id="WARNING" color="#FF0000" /> + + <progressbar id="DEFAULT" color="#969696" /> + <progressbar id="HP" color="#ff0000,e28000,c38948,0f6a20" /> + <progressbar id="MP" color="#1a66e6" /> + <progressbar id="NO_MP" color="#646464" /> + <progressbar id="EXP" color="#8fc0d3" /> + <progressbar id="INVY_SLOTS" color="#e1c819" /> + <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> + <progressbar id="JOB" color="#e187cb" /> +</colors> diff --git a/data/themes/pink/deepbox.png b/data/themes/pink/deepbox.png Binary files differnew file mode 100644 index 000000000..12ecac549 --- /dev/null +++ b/data/themes/pink/deepbox.png diff --git a/data/themes/pink/hscroll_left_default.png b/data/themes/pink/hscroll_left_default.png Binary files differnew file mode 100644 index 000000000..dcfe2894b --- /dev/null +++ b/data/themes/pink/hscroll_left_default.png diff --git a/data/themes/pink/hscroll_left_highlight.png b/data/themes/pink/hscroll_left_highlight.png Binary files differnew file mode 100644 index 000000000..99cfdacc6 --- /dev/null +++ b/data/themes/pink/hscroll_left_highlight.png diff --git a/data/themes/pink/hscroll_left_pressed.png b/data/themes/pink/hscroll_left_pressed.png Binary files differnew file mode 100644 index 000000000..39ed6fe22 --- /dev/null +++ b/data/themes/pink/hscroll_left_pressed.png diff --git a/data/themes/pink/hscroll_right_default.png b/data/themes/pink/hscroll_right_default.png Binary files differnew file mode 100644 index 000000000..339536d03 --- /dev/null +++ b/data/themes/pink/hscroll_right_default.png diff --git a/data/themes/pink/hscroll_right_highlight.png b/data/themes/pink/hscroll_right_highlight.png Binary files differnew file mode 100644 index 000000000..4f3ecdb74 --- /dev/null +++ b/data/themes/pink/hscroll_right_highlight.png diff --git a/data/themes/pink/hscroll_right_pressed.png b/data/themes/pink/hscroll_right_pressed.png Binary files differnew file mode 100644 index 000000000..31a4191ac --- /dev/null +++ b/data/themes/pink/hscroll_right_pressed.png diff --git a/data/themes/pink/item_shortcut_bgr.png b/data/themes/pink/item_shortcut_bgr.png Binary files differnew file mode 100644 index 000000000..afc9e0301 --- /dev/null +++ b/data/themes/pink/item_shortcut_bgr.png diff --git a/data/themes/pink/mouse.png b/data/themes/pink/mouse.png Binary files differnew file mode 100644 index 000000000..df460e49c --- /dev/null +++ b/data/themes/pink/mouse.png diff --git a/data/themes/pink/progress-indicator.png b/data/themes/pink/progress-indicator.png Binary files differnew file mode 100644 index 000000000..a50532fe2 --- /dev/null +++ b/data/themes/pink/progress-indicator.png diff --git a/data/themes/pink/radioin.png b/data/themes/pink/radioin.png Binary files differnew file mode 100644 index 000000000..a6d476451 --- /dev/null +++ b/data/themes/pink/radioin.png diff --git a/data/themes/pink/radioin_highlight.png b/data/themes/pink/radioin_highlight.png Binary files differnew file mode 100644 index 000000000..5de9d6d9b --- /dev/null +++ b/data/themes/pink/radioin_highlight.png diff --git a/data/themes/pink/radioout.png b/data/themes/pink/radioout.png Binary files differnew file mode 100644 index 000000000..377788eb2 --- /dev/null +++ b/data/themes/pink/radioout.png diff --git a/data/themes/pink/radioout_highlight.png b/data/themes/pink/radioout_highlight.png Binary files differnew file mode 100644 index 000000000..914e4263e --- /dev/null +++ b/data/themes/pink/radioout_highlight.png diff --git a/data/themes/pink/resize.png b/data/themes/pink/resize.png Binary files differnew file mode 100644 index 000000000..15f3fb9dd --- /dev/null +++ b/data/themes/pink/resize.png diff --git a/data/themes/pink/selection.png b/data/themes/pink/selection.png Binary files differnew file mode 100644 index 000000000..e579399ab --- /dev/null +++ b/data/themes/pink/selection.png diff --git a/data/themes/pink/slider.png b/data/themes/pink/slider.png Binary files differnew file mode 100644 index 000000000..c4c1c674c --- /dev/null +++ b/data/themes/pink/slider.png diff --git a/data/themes/pink/slider_hilight.png b/data/themes/pink/slider_hilight.png Binary files differnew file mode 100644 index 000000000..cba833598 --- /dev/null +++ b/data/themes/pink/slider_hilight.png diff --git a/data/themes/pink/speechbubble.xml b/data/themes/pink/speechbubble.xml new file mode 100644 index 000000000..84b6557b3 --- /dev/null +++ b/data/themes/pink/speechbubble.xml @@ -0,0 +1,18 @@ +<skinset name="SpeechBubble" image="bubble.png"> + <widget type="Window"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="5" height="5" /> + <part type="top-right-corner" xpos="10" ypos="0" width="5" height="5" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="5" width="5" height="5" /> + <part type="bg-quad" xpos="5" ypos="5" width="5" height="5" /> + <part type="right-edge" xpos="10" ypos="5" width="5" height="5" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="10" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="10" width="5" height="5" /> + <part type="bottom-right-corner" xpos="10" ypos="10" width="5" height="5" /> + </widget> +</skinset> diff --git a/data/themes/pink/sticky_button.png b/data/themes/pink/sticky_button.png Binary files differnew file mode 100644 index 000000000..e86cfda91 --- /dev/null +++ b/data/themes/pink/sticky_button.png diff --git a/data/themes/pink/tab.png b/data/themes/pink/tab.png Binary files differnew file mode 100644 index 000000000..65836e370 --- /dev/null +++ b/data/themes/pink/tab.png diff --git a/data/themes/pink/tab_hilight.png b/data/themes/pink/tab_hilight.png Binary files differnew file mode 100644 index 000000000..de3dad23b --- /dev/null +++ b/data/themes/pink/tab_hilight.png diff --git a/data/themes/pink/tabselected.png b/data/themes/pink/tabselected.png Binary files differnew file mode 100644 index 000000000..f0db6a379 --- /dev/null +++ b/data/themes/pink/tabselected.png diff --git a/data/themes/pink/target-cursor-blue-l.png b/data/themes/pink/target-cursor-blue-l.png Binary files differnew file mode 100644 index 000000000..77cdf4b6d --- /dev/null +++ b/data/themes/pink/target-cursor-blue-l.png diff --git a/data/themes/pink/target-cursor-blue-m.png b/data/themes/pink/target-cursor-blue-m.png Binary files differnew file mode 100644 index 000000000..c0107357a --- /dev/null +++ b/data/themes/pink/target-cursor-blue-m.png diff --git a/data/themes/pink/target-cursor-blue-s.png b/data/themes/pink/target-cursor-blue-s.png Binary files differnew file mode 100644 index 000000000..3e81c75de --- /dev/null +++ b/data/themes/pink/target-cursor-blue-s.png diff --git a/data/themes/pink/target-cursor-red-l.png b/data/themes/pink/target-cursor-red-l.png Binary files differnew file mode 100644 index 000000000..76d2101b1 --- /dev/null +++ b/data/themes/pink/target-cursor-red-l.png diff --git a/data/themes/pink/target-cursor-red-m.png b/data/themes/pink/target-cursor-red-m.png Binary files differnew file mode 100644 index 000000000..e2ab79c29 --- /dev/null +++ b/data/themes/pink/target-cursor-red-m.png diff --git a/data/themes/pink/target-cursor-red-s.png b/data/themes/pink/target-cursor-red-s.png Binary files differnew file mode 100644 index 000000000..09195f440 --- /dev/null +++ b/data/themes/pink/target-cursor-red-s.png diff --git a/data/themes/pink/unknown-item.png b/data/themes/pink/unknown-item.png Binary files differnew file mode 100644 index 000000000..a4273f7c7 --- /dev/null +++ b/data/themes/pink/unknown-item.png diff --git a/data/themes/pink/vscroll_down_default.png b/data/themes/pink/vscroll_down_default.png Binary files differnew file mode 100644 index 000000000..1d1c60969 --- /dev/null +++ b/data/themes/pink/vscroll_down_default.png diff --git a/data/themes/pink/vscroll_down_highlight.png b/data/themes/pink/vscroll_down_highlight.png Binary files differnew file mode 100644 index 000000000..a4f33287c --- /dev/null +++ b/data/themes/pink/vscroll_down_highlight.png diff --git a/data/themes/pink/vscroll_down_pressed.png b/data/themes/pink/vscroll_down_pressed.png Binary files differnew file mode 100644 index 000000000..c4e58ca1c --- /dev/null +++ b/data/themes/pink/vscroll_down_pressed.png diff --git a/data/themes/pink/vscroll_grey.png b/data/themes/pink/vscroll_grey.png Binary files differnew file mode 100644 index 000000000..3c372e65d --- /dev/null +++ b/data/themes/pink/vscroll_grey.png diff --git a/data/themes/pink/vscroll_highlight.png b/data/themes/pink/vscroll_highlight.png Binary files differnew file mode 100644 index 000000000..aa29b4abc --- /dev/null +++ b/data/themes/pink/vscroll_highlight.png diff --git a/data/themes/pink/vscroll_up_default.png b/data/themes/pink/vscroll_up_default.png Binary files differnew file mode 100644 index 000000000..90be8cd7a --- /dev/null +++ b/data/themes/pink/vscroll_up_default.png diff --git a/data/themes/pink/vscroll_up_highlight.png b/data/themes/pink/vscroll_up_highlight.png Binary files differnew file mode 100644 index 000000000..da4b00ee1 --- /dev/null +++ b/data/themes/pink/vscroll_up_highlight.png diff --git a/data/themes/pink/vscroll_up_pressed.png b/data/themes/pink/vscroll_up_pressed.png Binary files differnew file mode 100644 index 000000000..36ed879ad --- /dev/null +++ b/data/themes/pink/vscroll_up_pressed.png diff --git a/data/themes/pink/window.png b/data/themes/pink/window.png Binary files differnew file mode 100644 index 000000000..9801f1998 --- /dev/null +++ b/data/themes/pink/window.png diff --git a/data/themes/pink/window.xml b/data/themes/pink/window.xml new file mode 100644 index 000000000..ab1d7927e --- /dev/null +++ b/data/themes/pink/window.xml @@ -0,0 +1,19 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <!-- <option name="padding" value="10" /> --> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="0" ypos="10" width="10" height="10" /> + <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="30" width="10" height="10" /> + <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" /> + <part type="right-edge" xpos="0" ypos="50" width="10" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" /> + <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" /> + <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" /> + </widget> +</skinset> |