diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-02 01:48:38 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-02 02:41:24 +0200 |
commit | 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb (patch) | |
tree | ff8eab35e732bc0749fc11677c8873a7b3a58704 /data/themes | |
download | plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.gz plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.bz2 plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.xz plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.zip |
Initial commit.
This code based on mana client http://www.gitorious.org/mana/mana
and my private repository.
Diffstat (limited to 'data/themes')
217 files changed, 873 insertions, 0 deletions
diff --git a/data/themes/CMakeLists.txt b/data/themes/CMakeLists.txt new file mode 100644 index 000000000..7f3bd69e5 --- /dev/null +++ b/data/themes/CMakeLists.txt @@ -0,0 +1,5 @@ +ADD_SUBDIRECTORY(blackwood) +ADD_SUBDIRECTORY(classic) +ADD_SUBDIRECTORY(enchilado) +ADD_SUBDIRECTORY(redandblack) +ADD_SUBDIRECTORY(wood) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am new file mode 100755 index 000000000..46bcc018d --- /dev/null +++ b/data/themes/Makefile.am @@ -0,0 +1,2 @@ + +SUBDIRS = blackwood classic enchilado redandblack wood diff --git a/data/themes/blackwood/CMakeLists.txt b/data/themes/blackwood/CMakeLists.txt new file mode 100644 index 000000000..210e5fd4e --- /dev/null +++ b/data/themes/blackwood/CMakeLists.txt @@ -0,0 +1,44 @@ +SET (FILES + 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 + selection.png + slider.png + slider_hilight.png + speechbubble.xml + sticky_button.png + tab.png + tab_hilight.png + tabselected.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 + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/blackwood) diff --git a/data/themes/blackwood/Makefile.am b/data/themes/blackwood/Makefile.am new file mode 100644 index 000000000..57e9696fa --- /dev/null +++ b/data/themes/blackwood/Makefile.am @@ -0,0 +1,53 @@ + +guidir = $(pkgdatadir)/data/themes/blackwood + +gui_DATA = \ + 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 \ + 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 \ + 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/blackwood/button.png b/data/themes/blackwood/button.png Binary files differnew file mode 100644 index 000000000..842cfe43d --- /dev/null +++ b/data/themes/blackwood/button.png diff --git a/data/themes/blackwood/button_disabled.png b/data/themes/blackwood/button_disabled.png Binary files differnew file mode 100644 index 000000000..5472c54f8 --- /dev/null +++ b/data/themes/blackwood/button_disabled.png diff --git a/data/themes/blackwood/buttonhi.png b/data/themes/blackwood/buttonhi.png Binary files differnew file mode 100644 index 000000000..1f0cabd0a --- /dev/null +++ b/data/themes/blackwood/buttonhi.png diff --git a/data/themes/blackwood/buttonpress.png b/data/themes/blackwood/buttonpress.png Binary files differnew file mode 100644 index 000000000..33e1d6a49 --- /dev/null +++ b/data/themes/blackwood/buttonpress.png diff --git a/data/themes/blackwood/checkbox.png b/data/themes/blackwood/checkbox.png Binary files differnew file mode 100644 index 000000000..828ad572f --- /dev/null +++ b/data/themes/blackwood/checkbox.png diff --git a/data/themes/blackwood/circle-gray.png b/data/themes/blackwood/circle-gray.png Binary files differnew file mode 100644 index 000000000..8e099e926 --- /dev/null +++ b/data/themes/blackwood/circle-gray.png diff --git a/data/themes/blackwood/circle-green.png b/data/themes/blackwood/circle-green.png Binary files differnew file mode 100644 index 000000000..1eb28138a --- /dev/null +++ b/data/themes/blackwood/circle-green.png diff --git a/data/themes/blackwood/close_button.png b/data/themes/blackwood/close_button.png Binary files differnew file mode 100644 index 000000000..10ffa7aab --- /dev/null +++ b/data/themes/blackwood/close_button.png diff --git a/data/themes/blackwood/colors.xml b/data/themes/blackwood/colors.xml new file mode 100644 index 000000000..75be08349 --- /dev/null +++ b/data/themes/blackwood/colors.xml @@ -0,0 +1,52 @@ +<colors> + <color id="TEXT" color="#7a7972" /> + <color id="SHADOW" color="#000000" /> + <color id="OUTLINE" color="#000000" /> + <color id="PROGRESS_BAR" color="#ffffff" /> + <color id="BUTTON" color="#000000" /> + <color id="BUTTON_DISABLED" color="#333333" /> + <color id="TAB" color="#000000" /> + <color id="PARTY_CHAT_TAB" color="#ff00d8" /> + <color id="PARTY_SOCIAL_TAB" color="#ff00d8" /> + <color id="GUILD_CHAT_TAB" color="#ff00d8" /> + <color id="GUILD_SOCIAL_TAB" color="#ff00d8" /> + <color id="BACKGROUND" color="#ffffff" /> + <color id="HIGHLIGHT" color="#361c00" /> + <color id="TAB_FLASH" color="#000000" 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="#744c04" /> + <color id="GM" color="#ff0000" /> + <color id="PLAYER" color="#00ff00" /> + <color id="WHISPER" color="#0000ff" /> + <color id="WHISPER_OFFLINE" color="#0000e0" /> + <color id="IS" color="#a08527" /> + <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="#d26311" /> + <color id="AMMO" color="#aa3c05" /> + <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/blackwood/deepbox.png b/data/themes/blackwood/deepbox.png Binary files differnew file mode 100644 index 000000000..267e867f1 --- /dev/null +++ b/data/themes/blackwood/deepbox.png diff --git a/data/themes/blackwood/hscroll_left_default.png b/data/themes/blackwood/hscroll_left_default.png Binary files differnew file mode 100644 index 000000000..79fccdf0b --- /dev/null +++ b/data/themes/blackwood/hscroll_left_default.png diff --git a/data/themes/blackwood/hscroll_left_highlight.png b/data/themes/blackwood/hscroll_left_highlight.png Binary files differnew file mode 100644 index 000000000..b840da8a9 --- /dev/null +++ b/data/themes/blackwood/hscroll_left_highlight.png diff --git a/data/themes/blackwood/hscroll_left_pressed.png b/data/themes/blackwood/hscroll_left_pressed.png Binary files differnew file mode 100644 index 000000000..d5e8ac5f1 --- /dev/null +++ b/data/themes/blackwood/hscroll_left_pressed.png diff --git a/data/themes/blackwood/hscroll_right_default.png b/data/themes/blackwood/hscroll_right_default.png Binary files differnew file mode 100644 index 000000000..772146bc2 --- /dev/null +++ b/data/themes/blackwood/hscroll_right_default.png diff --git a/data/themes/blackwood/hscroll_right_highlight.png b/data/themes/blackwood/hscroll_right_highlight.png Binary files differnew file mode 100644 index 000000000..f5598b333 --- /dev/null +++ b/data/themes/blackwood/hscroll_right_highlight.png diff --git a/data/themes/blackwood/hscroll_right_pressed.png b/data/themes/blackwood/hscroll_right_pressed.png Binary files differnew file mode 100644 index 000000000..c456bdd18 --- /dev/null +++ b/data/themes/blackwood/hscroll_right_pressed.png diff --git a/data/themes/blackwood/item_shortcut_bgr.png b/data/themes/blackwood/item_shortcut_bgr.png Binary files differnew file mode 100644 index 000000000..b2fa9d39a --- /dev/null +++ b/data/themes/blackwood/item_shortcut_bgr.png diff --git a/data/themes/blackwood/mouse.png b/data/themes/blackwood/mouse.png Binary files differnew file mode 100644 index 000000000..c01e27b90 --- /dev/null +++ b/data/themes/blackwood/mouse.png diff --git a/data/themes/blackwood/progress-indicator.png b/data/themes/blackwood/progress-indicator.png Binary files differnew file mode 100644 index 000000000..0d525b3fb --- /dev/null +++ b/data/themes/blackwood/progress-indicator.png diff --git a/data/themes/blackwood/radioin.png b/data/themes/blackwood/radioin.png Binary files differnew file mode 100644 index 000000000..bd7958c7d --- /dev/null +++ b/data/themes/blackwood/radioin.png diff --git a/data/themes/blackwood/radioin_highlight.png b/data/themes/blackwood/radioin_highlight.png Binary files differnew file mode 100644 index 000000000..9b6964bda --- /dev/null +++ b/data/themes/blackwood/radioin_highlight.png diff --git a/data/themes/blackwood/radioout.png b/data/themes/blackwood/radioout.png Binary files differnew file mode 100644 index 000000000..57b9f0e70 --- /dev/null +++ b/data/themes/blackwood/radioout.png diff --git a/data/themes/blackwood/radioout_highlight.png b/data/themes/blackwood/radioout_highlight.png Binary files differnew file mode 100644 index 000000000..645c9fee3 --- /dev/null +++ b/data/themes/blackwood/radioout_highlight.png diff --git a/data/themes/blackwood/selection.png b/data/themes/blackwood/selection.png Binary files differnew file mode 100644 index 000000000..9a191818b --- /dev/null +++ b/data/themes/blackwood/selection.png diff --git a/data/themes/blackwood/slider.png b/data/themes/blackwood/slider.png Binary files differnew file mode 100644 index 000000000..5a68e0f9b --- /dev/null +++ b/data/themes/blackwood/slider.png diff --git a/data/themes/blackwood/slider_hilight.png b/data/themes/blackwood/slider_hilight.png Binary files differnew file mode 100644 index 000000000..6dd783fe0 --- /dev/null +++ b/data/themes/blackwood/slider_hilight.png diff --git a/data/themes/blackwood/speech_bubble.png b/data/themes/blackwood/speech_bubble.png Binary files differnew file mode 100644 index 000000000..3e678099b --- /dev/null +++ b/data/themes/blackwood/speech_bubble.png diff --git a/data/themes/blackwood/speechbubble.xml b/data/themes/blackwood/speechbubble.xml new file mode 100644 index 000000000..2be1fb8b4 --- /dev/null +++ b/data/themes/blackwood/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="10" ypos="5" width="5" height="5" /> + <part type="bg-quad" xpos="15" 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/blackwood/sticky_button.png b/data/themes/blackwood/sticky_button.png Binary files differnew file mode 100644 index 000000000..b2ab5b7e3 --- /dev/null +++ b/data/themes/blackwood/sticky_button.png diff --git a/data/themes/blackwood/tab.png b/data/themes/blackwood/tab.png Binary files differnew file mode 100644 index 000000000..e04629fb0 --- /dev/null +++ b/data/themes/blackwood/tab.png diff --git a/data/themes/blackwood/tab_hilight.png b/data/themes/blackwood/tab_hilight.png Binary files differnew file mode 100644 index 000000000..2549209d9 --- /dev/null +++ b/data/themes/blackwood/tab_hilight.png diff --git a/data/themes/blackwood/tabselected.png b/data/themes/blackwood/tabselected.png Binary files differnew file mode 100644 index 000000000..bc0c6edf3 --- /dev/null +++ b/data/themes/blackwood/tabselected.png diff --git a/data/themes/blackwood/target-cursor-blue-l.png b/data/themes/blackwood/target-cursor-blue-l.png Binary files differnew file mode 100644 index 000000000..88d0bf40e --- /dev/null +++ b/data/themes/blackwood/target-cursor-blue-l.png diff --git a/data/themes/blackwood/target-cursor-blue-m.png b/data/themes/blackwood/target-cursor-blue-m.png Binary files differnew file mode 100644 index 000000000..ac0189d0f --- /dev/null +++ b/data/themes/blackwood/target-cursor-blue-m.png diff --git a/data/themes/blackwood/target-cursor-blue-s.png b/data/themes/blackwood/target-cursor-blue-s.png Binary files differnew file mode 100644 index 000000000..90b22d72d --- /dev/null +++ b/data/themes/blackwood/target-cursor-blue-s.png diff --git a/data/themes/blackwood/target-cursor-red-l.png b/data/themes/blackwood/target-cursor-red-l.png Binary files differnew file mode 100644 index 000000000..776c8acdf --- /dev/null +++ b/data/themes/blackwood/target-cursor-red-l.png diff --git a/data/themes/blackwood/target-cursor-red-m.png b/data/themes/blackwood/target-cursor-red-m.png Binary files differnew file mode 100644 index 000000000..af657dc14 --- /dev/null +++ b/data/themes/blackwood/target-cursor-red-m.png diff --git a/data/themes/blackwood/target-cursor-red-s.png b/data/themes/blackwood/target-cursor-red-s.png Binary files differnew file mode 100644 index 000000000..090ec040d --- /dev/null +++ b/data/themes/blackwood/target-cursor-red-s.png diff --git a/data/themes/blackwood/vscroll_down_default.png b/data/themes/blackwood/vscroll_down_default.png Binary files differnew file mode 100644 index 000000000..ecded0eb7 --- /dev/null +++ b/data/themes/blackwood/vscroll_down_default.png diff --git a/data/themes/blackwood/vscroll_down_highlight.png b/data/themes/blackwood/vscroll_down_highlight.png Binary files differnew file mode 100644 index 000000000..bdae7eab2 --- /dev/null +++ b/data/themes/blackwood/vscroll_down_highlight.png diff --git a/data/themes/blackwood/vscroll_down_pressed.png b/data/themes/blackwood/vscroll_down_pressed.png Binary files differnew file mode 100644 index 000000000..3a66bd86f --- /dev/null +++ b/data/themes/blackwood/vscroll_down_pressed.png diff --git a/data/themes/blackwood/vscroll_grey.png b/data/themes/blackwood/vscroll_grey.png Binary files differnew file mode 100644 index 000000000..98143a824 --- /dev/null +++ b/data/themes/blackwood/vscroll_grey.png diff --git a/data/themes/blackwood/vscroll_highlight.png b/data/themes/blackwood/vscroll_highlight.png Binary files differnew file mode 100644 index 000000000..0e8c66c2b --- /dev/null +++ b/data/themes/blackwood/vscroll_highlight.png diff --git a/data/themes/blackwood/vscroll_up_default.png b/data/themes/blackwood/vscroll_up_default.png Binary files differnew file mode 100644 index 000000000..5826f82c3 --- /dev/null +++ b/data/themes/blackwood/vscroll_up_default.png diff --git a/data/themes/blackwood/vscroll_up_highlight.png b/data/themes/blackwood/vscroll_up_highlight.png Binary files differnew file mode 100644 index 000000000..956004b12 --- /dev/null +++ b/data/themes/blackwood/vscroll_up_highlight.png diff --git a/data/themes/blackwood/vscroll_up_pressed.png b/data/themes/blackwood/vscroll_up_pressed.png Binary files differnew file mode 100644 index 000000000..73f38e8ed --- /dev/null +++ b/data/themes/blackwood/vscroll_up_pressed.png diff --git a/data/themes/blackwood/window.png b/data/themes/blackwood/window.png Binary files differnew file mode 100644 index 000000000..fffd82050 --- /dev/null +++ b/data/themes/blackwood/window.png diff --git a/data/themes/classic/CMakeLists.txt b/data/themes/classic/CMakeLists.txt new file mode 100644 index 000000000..bee9d4157 --- /dev/null +++ b/data/themes/classic/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/classic) diff --git a/data/themes/classic/Makefile.am b/data/themes/classic/Makefile.am new file mode 100755 index 000000000..6be1a154a --- /dev/null +++ b/data/themes/classic/Makefile.am @@ -0,0 +1,56 @@ + +guidir = $(pkgdatadir)/data/themes/classic + +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/classic/bubble.png b/data/themes/classic/bubble.png Binary files differnew file mode 100755 index 000000000..45322eb2e --- /dev/null +++ b/data/themes/classic/bubble.png diff --git a/data/themes/classic/button.png b/data/themes/classic/button.png Binary files differnew file mode 100755 index 000000000..9ebbea639 --- /dev/null +++ b/data/themes/classic/button.png diff --git a/data/themes/classic/button_disabled.png b/data/themes/classic/button_disabled.png Binary files differnew file mode 100755 index 000000000..0ce3aa6ff --- /dev/null +++ b/data/themes/classic/button_disabled.png diff --git a/data/themes/classic/buttonhi.png b/data/themes/classic/buttonhi.png Binary files differnew file mode 100755 index 000000000..c47726346 --- /dev/null +++ b/data/themes/classic/buttonhi.png diff --git a/data/themes/classic/buttonpress.png b/data/themes/classic/buttonpress.png Binary files differnew file mode 100755 index 000000000..e9cd17653 --- /dev/null +++ b/data/themes/classic/buttonpress.png diff --git a/data/themes/classic/checkbox.png b/data/themes/classic/checkbox.png Binary files differnew file mode 100644 index 000000000..29b64100a --- /dev/null +++ b/data/themes/classic/checkbox.png diff --git a/data/themes/classic/circle-gray.png b/data/themes/classic/circle-gray.png Binary files differnew file mode 100755 index 000000000..3e884f405 --- /dev/null +++ b/data/themes/classic/circle-gray.png diff --git a/data/themes/classic/circle-green.png b/data/themes/classic/circle-green.png Binary files differnew file mode 100755 index 000000000..2c98e9ef1 --- /dev/null +++ b/data/themes/classic/circle-green.png diff --git a/data/themes/classic/close_button.png b/data/themes/classic/close_button.png Binary files differnew file mode 100755 index 000000000..f87cc2a91 --- /dev/null +++ b/data/themes/classic/close_button.png diff --git a/data/themes/classic/colors.xml b/data/themes/classic/colors.xml new file mode 100644 index 000000000..e25f8636c --- /dev/null +++ b/data/themes/classic/colors.xml @@ -0,0 +1,53 @@ +<colors> + <color id="TEXT" color="#000000" /> + <color id="SHADOW" color="#000000" /> + <color id="OUTLINE" color="#000000" /> + <color id="PROGRESS_BAR" color="#ffffff" /> + <color id="BUTTON" color="#000000" /> + <color id="BUTTON_DISABLED" color="#333333" /> + <color id="TAB" color="#000000" /> + <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="#ebc873" /> + <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="#000000" /> + <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/classic/deepbox.png b/data/themes/classic/deepbox.png Binary files differnew file mode 100755 index 000000000..084b5f618 --- /dev/null +++ b/data/themes/classic/deepbox.png diff --git a/data/themes/classic/hscroll_left_default.png b/data/themes/classic/hscroll_left_default.png Binary files differnew file mode 100755 index 000000000..2f763d302 --- /dev/null +++ b/data/themes/classic/hscroll_left_default.png diff --git a/data/themes/classic/hscroll_left_highlight.png b/data/themes/classic/hscroll_left_highlight.png Binary files differnew file mode 100755 index 000000000..6be5ae259 --- /dev/null +++ b/data/themes/classic/hscroll_left_highlight.png diff --git a/data/themes/classic/hscroll_left_pressed.png b/data/themes/classic/hscroll_left_pressed.png Binary files differnew file mode 100755 index 000000000..b8ebcb463 --- /dev/null +++ b/data/themes/classic/hscroll_left_pressed.png diff --git a/data/themes/classic/hscroll_right_default.png b/data/themes/classic/hscroll_right_default.png Binary files differnew file mode 100755 index 000000000..33fdddd0a --- /dev/null +++ b/data/themes/classic/hscroll_right_default.png diff --git a/data/themes/classic/hscroll_right_highlight.png b/data/themes/classic/hscroll_right_highlight.png Binary files differnew file mode 100755 index 000000000..e9e633eac --- /dev/null +++ b/data/themes/classic/hscroll_right_highlight.png diff --git a/data/themes/classic/hscroll_right_pressed.png b/data/themes/classic/hscroll_right_pressed.png Binary files differnew file mode 100755 index 000000000..53972f2bb --- /dev/null +++ b/data/themes/classic/hscroll_right_pressed.png diff --git a/data/themes/classic/item_shortcut_bgr.png b/data/themes/classic/item_shortcut_bgr.png Binary files differnew file mode 100755 index 000000000..0543e38ac --- /dev/null +++ b/data/themes/classic/item_shortcut_bgr.png diff --git a/data/themes/classic/mouse.png b/data/themes/classic/mouse.png Binary files differnew file mode 100644 index 000000000..df460e49c --- /dev/null +++ b/data/themes/classic/mouse.png diff --git a/data/themes/classic/progress-indicator.png b/data/themes/classic/progress-indicator.png Binary files differnew file mode 100644 index 000000000..907f334eb --- /dev/null +++ b/data/themes/classic/progress-indicator.png diff --git a/data/themes/classic/radioin.png b/data/themes/classic/radioin.png Binary files differnew file mode 100755 index 000000000..12e027fec --- /dev/null +++ b/data/themes/classic/radioin.png diff --git a/data/themes/classic/radioin_highlight.png b/data/themes/classic/radioin_highlight.png Binary files differnew file mode 100644 index 000000000..b193d3e30 --- /dev/null +++ b/data/themes/classic/radioin_highlight.png diff --git a/data/themes/classic/radioout.png b/data/themes/classic/radioout.png Binary files differnew file mode 100755 index 000000000..5eb67bd85 --- /dev/null +++ b/data/themes/classic/radioout.png diff --git a/data/themes/classic/radioout_highlight.png b/data/themes/classic/radioout_highlight.png Binary files differnew file mode 100644 index 000000000..dd31e6e30 --- /dev/null +++ b/data/themes/classic/radioout_highlight.png diff --git a/data/themes/classic/resize.png b/data/themes/classic/resize.png Binary files differnew file mode 100755 index 000000000..6b31ac64b --- /dev/null +++ b/data/themes/classic/resize.png diff --git a/data/themes/classic/selection.png b/data/themes/classic/selection.png Binary files differnew file mode 100644 index 000000000..78827dafa --- /dev/null +++ b/data/themes/classic/selection.png diff --git a/data/themes/classic/slider.png b/data/themes/classic/slider.png Binary files differnew file mode 100755 index 000000000..465ad0e88 --- /dev/null +++ b/data/themes/classic/slider.png diff --git a/data/themes/classic/slider_hilight.png b/data/themes/classic/slider_hilight.png Binary files differnew file mode 100644 index 000000000..37c780cd1 --- /dev/null +++ b/data/themes/classic/slider_hilight.png diff --git a/data/themes/classic/speechbubble.xml b/data/themes/classic/speechbubble.xml new file mode 100755 index 000000000..84b6557b3 --- /dev/null +++ b/data/themes/classic/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/classic/sticky_button.png b/data/themes/classic/sticky_button.png Binary files differnew file mode 100755 index 000000000..8c5705736 --- /dev/null +++ b/data/themes/classic/sticky_button.png diff --git a/data/themes/classic/tab.png b/data/themes/classic/tab.png Binary files differnew file mode 100755 index 000000000..91eadf08f --- /dev/null +++ b/data/themes/classic/tab.png diff --git a/data/themes/classic/tab_hilight.png b/data/themes/classic/tab_hilight.png Binary files differnew file mode 100644 index 000000000..f6b39942d --- /dev/null +++ b/data/themes/classic/tab_hilight.png diff --git a/data/themes/classic/tabselected.png b/data/themes/classic/tabselected.png Binary files differnew file mode 100755 index 000000000..e2983060c --- /dev/null +++ b/data/themes/classic/tabselected.png diff --git a/data/themes/classic/target-cursor-blue-l.png b/data/themes/classic/target-cursor-blue-l.png Binary files differnew file mode 100755 index 000000000..77cdf4b6d --- /dev/null +++ b/data/themes/classic/target-cursor-blue-l.png diff --git a/data/themes/classic/target-cursor-blue-m.png b/data/themes/classic/target-cursor-blue-m.png Binary files differnew file mode 100755 index 000000000..c0107357a --- /dev/null +++ b/data/themes/classic/target-cursor-blue-m.png diff --git a/data/themes/classic/target-cursor-blue-s.png b/data/themes/classic/target-cursor-blue-s.png Binary files differnew file mode 100755 index 000000000..3e81c75de --- /dev/null +++ b/data/themes/classic/target-cursor-blue-s.png diff --git a/data/themes/classic/target-cursor-red-l.png b/data/themes/classic/target-cursor-red-l.png Binary files differnew file mode 100755 index 000000000..76d2101b1 --- /dev/null +++ b/data/themes/classic/target-cursor-red-l.png diff --git a/data/themes/classic/target-cursor-red-m.png b/data/themes/classic/target-cursor-red-m.png Binary files differnew file mode 100755 index 000000000..e2ab79c29 --- /dev/null +++ b/data/themes/classic/target-cursor-red-m.png diff --git a/data/themes/classic/target-cursor-red-s.png b/data/themes/classic/target-cursor-red-s.png Binary files differnew file mode 100755 index 000000000..09195f440 --- /dev/null +++ b/data/themes/classic/target-cursor-red-s.png diff --git a/data/themes/classic/unknown-item.png b/data/themes/classic/unknown-item.png Binary files differnew file mode 100755 index 000000000..9201d688e --- /dev/null +++ b/data/themes/classic/unknown-item.png diff --git a/data/themes/classic/vscroll_down_default.png b/data/themes/classic/vscroll_down_default.png Binary files differnew file mode 100755 index 000000000..c4292489e --- /dev/null +++ b/data/themes/classic/vscroll_down_default.png diff --git a/data/themes/classic/vscroll_down_highlight.png b/data/themes/classic/vscroll_down_highlight.png Binary files differnew file mode 100755 index 000000000..ac88f7c73 --- /dev/null +++ b/data/themes/classic/vscroll_down_highlight.png diff --git a/data/themes/classic/vscroll_down_pressed.png b/data/themes/classic/vscroll_down_pressed.png Binary files differnew file mode 100755 index 000000000..9dcc89f6f --- /dev/null +++ b/data/themes/classic/vscroll_down_pressed.png diff --git a/data/themes/classic/vscroll_grey.png b/data/themes/classic/vscroll_grey.png Binary files differnew file mode 100755 index 000000000..f99da4676 --- /dev/null +++ b/data/themes/classic/vscroll_grey.png diff --git a/data/themes/classic/vscroll_highlight.png b/data/themes/classic/vscroll_highlight.png Binary files differnew file mode 100644 index 000000000..2e0fcbfc1 --- /dev/null +++ b/data/themes/classic/vscroll_highlight.png diff --git a/data/themes/classic/vscroll_up_default.png b/data/themes/classic/vscroll_up_default.png Binary files differnew file mode 100755 index 000000000..1cecc3512 --- /dev/null +++ b/data/themes/classic/vscroll_up_default.png diff --git a/data/themes/classic/vscroll_up_highlight.png b/data/themes/classic/vscroll_up_highlight.png Binary files differnew file mode 100755 index 000000000..7b5009f39 --- /dev/null +++ b/data/themes/classic/vscroll_up_highlight.png diff --git a/data/themes/classic/vscroll_up_pressed.png b/data/themes/classic/vscroll_up_pressed.png Binary files differnew file mode 100755 index 000000000..2320ec42f --- /dev/null +++ b/data/themes/classic/vscroll_up_pressed.png diff --git a/data/themes/classic/window.png b/data/themes/classic/window.png Binary files differnew file mode 100755 index 000000000..f0ef1af4b --- /dev/null +++ b/data/themes/classic/window.png diff --git a/data/themes/classic/window.xml b/data/themes/classic/window.xml new file mode 100755 index 000000000..f27dbc7f3 --- /dev/null +++ b/data/themes/classic/window.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="32" height="4" /> + <part type="top-right-corner" xpos="36" ypos="0" width="4" height="4" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="216" /> + <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" /> + <part type="right-edge" xpos="36" ypos="4" width="4" height="216" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="220" width="4" height="4" /> + <part type="bottom-edge" xpos="4" ypos="220" width="32" height="4" /> + <part type="bottom-right-corner" xpos="36" ypos="220" width="4" height="4" /> + </widget> +</skinset> diff --git a/data/themes/enchilado/CMakeLists.txt b/data/themes/enchilado/CMakeLists.txt new file mode 100644 index 000000000..8b6277eaf --- /dev/null +++ b/data/themes/enchilado/CMakeLists.txt @@ -0,0 +1,14 @@ +SET (FILES + button.png + button_disabled.png + buttonhi.png + buttonpress.png + colors.xml + tab.png + tab_hilight.png + tabselected.png + window.png + window.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/enchilado) diff --git a/data/themes/enchilado/Makefile.am b/data/themes/enchilado/Makefile.am new file mode 100755 index 000000000..4e09c11f1 --- /dev/null +++ b/data/themes/enchilado/Makefile.am @@ -0,0 +1,17 @@ + +guidir = $(pkgdatadir)/data/themes/enchilado + +gui_DATA = \ + button.png \ + button_disabled.png \ + buttonhi.png \ + buttonpress.png \ + colors.xml \ + tab.png \ + tab_hilight.png \ + tabselected.png \ + window.png \ + window.xml + +EXTRA_DIST = \ + $(gui_DATA) diff --git a/data/themes/enchilado/button.png b/data/themes/enchilado/button.png Binary files differnew file mode 100644 index 000000000..f6fdeaa9e --- /dev/null +++ b/data/themes/enchilado/button.png diff --git a/data/themes/enchilado/button_disabled.png b/data/themes/enchilado/button_disabled.png Binary files differnew file mode 100644 index 000000000..d570fbad8 --- /dev/null +++ b/data/themes/enchilado/button_disabled.png diff --git a/data/themes/enchilado/buttonhi.png b/data/themes/enchilado/buttonhi.png Binary files differnew file mode 100644 index 000000000..6e2575c1b --- /dev/null +++ b/data/themes/enchilado/buttonhi.png diff --git a/data/themes/enchilado/buttonpress.png b/data/themes/enchilado/buttonpress.png Binary files differnew file mode 100644 index 000000000..03b01d4f2 --- /dev/null +++ b/data/themes/enchilado/buttonpress.png diff --git a/data/themes/enchilado/colors.xml b/data/themes/enchilado/colors.xml new file mode 100644 index 000000000..026c150a5 --- /dev/null +++ b/data/themes/enchilado/colors.xml @@ -0,0 +1,53 @@ +<colors> + <color id="TEXT" color="#000000" /> + <color id="SHADOW" color="#000000" /> + <color id="OUTLINE" color="#000000" /> + <color id="PROGRESS_BAR" color="#ffffff" /> + <color id="BUTTON" color="#000000" /> + <color id="BUTTON_DISABLED" color="#333333" /> + <color id="TAB" color="#000000" /> + <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="#ebc873" /> + <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="#000000" /> + <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/enchilado/tab.png b/data/themes/enchilado/tab.png Binary files differnew file mode 100644 index 000000000..3a00d7d12 --- /dev/null +++ b/data/themes/enchilado/tab.png diff --git a/data/themes/enchilado/tab_hilight.png b/data/themes/enchilado/tab_hilight.png Binary files differnew file mode 100644 index 000000000..67eecc2a5 --- /dev/null +++ b/data/themes/enchilado/tab_hilight.png diff --git a/data/themes/enchilado/tabselected.png b/data/themes/enchilado/tabselected.png Binary files differnew file mode 100644 index 000000000..259d3d343 --- /dev/null +++ b/data/themes/enchilado/tabselected.png diff --git a/data/themes/enchilado/window.png b/data/themes/enchilado/window.png Binary files differnew file mode 100644 index 000000000..1d1b5bb34 --- /dev/null +++ b/data/themes/enchilado/window.png diff --git a/data/themes/enchilado/window.xml b/data/themes/enchilado/window.xml new file mode 100644 index 000000000..015c6ce32 --- /dev/null +++ b/data/themes/enchilado/window.xml @@ -0,0 +1,19 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <!-- <option name="padding" value="5" /> --> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + </widget> +</skinset> diff --git a/data/themes/redandblack/CMakeLists.txt b/data/themes/redandblack/CMakeLists.txt new file mode 100644 index 000000000..22408ceae --- /dev/null +++ b/data/themes/redandblack/CMakeLists.txt @@ -0,0 +1,53 @@ +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 + 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/redandblack) diff --git a/data/themes/redandblack/Makefile.am b/data/themes/redandblack/Makefile.am new file mode 100755 index 000000000..aa640f8e6 --- /dev/null +++ b/data/themes/redandblack/Makefile.am @@ -0,0 +1,56 @@ + +guidir = $(pkgdatadir)/data/themes/redandblack + +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/redandblack/bubble.png b/data/themes/redandblack/bubble.png Binary files differnew file mode 100755 index 000000000..69f3a8b11 --- /dev/null +++ b/data/themes/redandblack/bubble.png diff --git a/data/themes/redandblack/button.png b/data/themes/redandblack/button.png Binary files differnew file mode 100755 index 000000000..ec62fcf28 --- /dev/null +++ b/data/themes/redandblack/button.png diff --git a/data/themes/redandblack/button_disabled.png b/data/themes/redandblack/button_disabled.png Binary files differnew file mode 100755 index 000000000..f8807e5c0 --- /dev/null +++ b/data/themes/redandblack/button_disabled.png diff --git a/data/themes/redandblack/buttonhi.png b/data/themes/redandblack/buttonhi.png Binary files differnew file mode 100755 index 000000000..803b1ac40 --- /dev/null +++ b/data/themes/redandblack/buttonhi.png diff --git a/data/themes/redandblack/buttonpress.png b/data/themes/redandblack/buttonpress.png Binary files differnew file mode 100755 index 000000000..5859e3cb5 --- /dev/null +++ b/data/themes/redandblack/buttonpress.png diff --git a/data/themes/redandblack/checkbox.png b/data/themes/redandblack/checkbox.png Binary files differnew file mode 100755 index 000000000..f7345e08f --- /dev/null +++ b/data/themes/redandblack/checkbox.png diff --git a/data/themes/redandblack/circle-gray.png b/data/themes/redandblack/circle-gray.png Binary files differnew file mode 100755 index 000000000..87df48027 --- /dev/null +++ b/data/themes/redandblack/circle-gray.png diff --git a/data/themes/redandblack/circle-green.png b/data/themes/redandblack/circle-green.png Binary files differnew file mode 100755 index 000000000..29fa1313a --- /dev/null +++ b/data/themes/redandblack/circle-green.png diff --git a/data/themes/redandblack/close_button.png b/data/themes/redandblack/close_button.png Binary files differnew file mode 100755 index 000000000..cae438590 --- /dev/null +++ b/data/themes/redandblack/close_button.png diff --git a/data/themes/redandblack/colors.xml b/data/themes/redandblack/colors.xml new file mode 100644 index 000000000..cc7efaba7 --- /dev/null +++ b/data/themes/redandblack/colors.xml @@ -0,0 +1,53 @@ +<colors> + <color id="TEXT" color="#000000" /> + <color id="SHADOW" color="#000000" /> + <color id="OUTLINE" color="#000000" /> + <color id="PROGRESS_BAR" color="#ffffff" /> + <color id="BUTTON" color="#000000" /> + <color id="BUTTON_DISABLED" color="#333333" /> + <color id="TAB" color="#000000" /> + <color id="PARTY_CHAT_TAB" color="#ff00d8" /> + <color id="PARTY_SOCIAL_TAB" color="#ff00d8" /> + <color id="GUILD_CHAT_TAB" color="#ff00d8" /> + <color id="GUILD_SOCIAL_TAB" color="#ff00d8" /> + <color id="BACKGROUND" color="#ffffff" /> + <color id="HIGHLIGHT" color="#c0c0c0" /> + <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="#000000" /> + <color id="GM" color="#ff0000" /> + <color id="PLAYER" color="#1fa052" /> + <color id="WHISPER" color="#0000ff" /> + <color id="WHISPER_OFFLINE" color="#000050" /> + <color id="IS" color="#a08527" /> + <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="#0000FF" /> + + <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/redandblack/deepbox.png b/data/themes/redandblack/deepbox.png Binary files differnew file mode 100755 index 000000000..e33f72891 --- /dev/null +++ b/data/themes/redandblack/deepbox.png diff --git a/data/themes/redandblack/hscroll_left_default.png b/data/themes/redandblack/hscroll_left_default.png Binary files differnew file mode 100755 index 000000000..a66061916 --- /dev/null +++ b/data/themes/redandblack/hscroll_left_default.png diff --git a/data/themes/redandblack/hscroll_left_highlight.png b/data/themes/redandblack/hscroll_left_highlight.png Binary files differnew file mode 100755 index 000000000..f054bb77b --- /dev/null +++ b/data/themes/redandblack/hscroll_left_highlight.png diff --git a/data/themes/redandblack/hscroll_left_pressed.png b/data/themes/redandblack/hscroll_left_pressed.png Binary files differnew file mode 100755 index 000000000..e198f2cfb --- /dev/null +++ b/data/themes/redandblack/hscroll_left_pressed.png diff --git a/data/themes/redandblack/hscroll_right_default.png b/data/themes/redandblack/hscroll_right_default.png Binary files differnew file mode 100755 index 000000000..37e79d8da --- /dev/null +++ b/data/themes/redandblack/hscroll_right_default.png diff --git a/data/themes/redandblack/hscroll_right_highlight.png b/data/themes/redandblack/hscroll_right_highlight.png Binary files differnew file mode 100755 index 000000000..01f4e4809 --- /dev/null +++ b/data/themes/redandblack/hscroll_right_highlight.png diff --git a/data/themes/redandblack/hscroll_right_pressed.png b/data/themes/redandblack/hscroll_right_pressed.png Binary files differnew file mode 100755 index 000000000..e21c2843d --- /dev/null +++ b/data/themes/redandblack/hscroll_right_pressed.png diff --git a/data/themes/redandblack/item_shortcut_bgr.png b/data/themes/redandblack/item_shortcut_bgr.png Binary files differnew file mode 100755 index 000000000..8cb00f8b8 --- /dev/null +++ b/data/themes/redandblack/item_shortcut_bgr.png diff --git a/data/themes/redandblack/mouse.png b/data/themes/redandblack/mouse.png Binary files differnew file mode 100755 index 000000000..fcabd41cf --- /dev/null +++ b/data/themes/redandblack/mouse.png diff --git a/data/themes/redandblack/radioin.png b/data/themes/redandblack/radioin.png Binary files differnew file mode 100755 index 000000000..f41393f70 --- /dev/null +++ b/data/themes/redandblack/radioin.png diff --git a/data/themes/redandblack/radioin_highlight.png b/data/themes/redandblack/radioin_highlight.png Binary files differnew file mode 100755 index 000000000..f41393f70 --- /dev/null +++ b/data/themes/redandblack/radioin_highlight.png diff --git a/data/themes/redandblack/radioout.png b/data/themes/redandblack/radioout.png Binary files differnew file mode 100755 index 000000000..f41393f70 --- /dev/null +++ b/data/themes/redandblack/radioout.png diff --git a/data/themes/redandblack/radioout_highlight.png b/data/themes/redandblack/radioout_highlight.png Binary files differnew file mode 100755 index 000000000..f41393f70 --- /dev/null +++ b/data/themes/redandblack/radioout_highlight.png diff --git a/data/themes/redandblack/resize.png b/data/themes/redandblack/resize.png Binary files differnew file mode 100755 index 000000000..2e9b3a75f --- /dev/null +++ b/data/themes/redandblack/resize.png diff --git a/data/themes/redandblack/selection.png b/data/themes/redandblack/selection.png Binary files differnew file mode 100755 index 000000000..08b10a8b8 --- /dev/null +++ b/data/themes/redandblack/selection.png diff --git a/data/themes/redandblack/slider.png b/data/themes/redandblack/slider.png Binary files differnew file mode 100755 index 000000000..604966538 --- /dev/null +++ b/data/themes/redandblack/slider.png diff --git a/data/themes/redandblack/slider_hilight.png b/data/themes/redandblack/slider_hilight.png Binary files differnew file mode 100755 index 000000000..604966538 --- /dev/null +++ b/data/themes/redandblack/slider_hilight.png diff --git a/data/themes/redandblack/speechbubble.xml b/data/themes/redandblack/speechbubble.xml new file mode 100755 index 000000000..84b6557b3 --- /dev/null +++ b/data/themes/redandblack/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/redandblack/sticky_button.png b/data/themes/redandblack/sticky_button.png Binary files differnew file mode 100755 index 000000000..3306a1330 --- /dev/null +++ b/data/themes/redandblack/sticky_button.png diff --git a/data/themes/redandblack/tab.png b/data/themes/redandblack/tab.png Binary files differnew file mode 100755 index 000000000..1f3f7e1b7 --- /dev/null +++ b/data/themes/redandblack/tab.png diff --git a/data/themes/redandblack/tab_hilight.png b/data/themes/redandblack/tab_hilight.png Binary files differnew file mode 100755 index 000000000..1f3f7e1b7 --- /dev/null +++ b/data/themes/redandblack/tab_hilight.png diff --git a/data/themes/redandblack/tabselected.png b/data/themes/redandblack/tabselected.png Binary files differnew file mode 100755 index 000000000..8ca142fb9 --- /dev/null +++ b/data/themes/redandblack/tabselected.png diff --git a/data/themes/redandblack/target-cursor-blue-l.png b/data/themes/redandblack/target-cursor-blue-l.png Binary files differnew file mode 100755 index 000000000..cd6aaa225 --- /dev/null +++ b/data/themes/redandblack/target-cursor-blue-l.png diff --git a/data/themes/redandblack/target-cursor-blue-m.png b/data/themes/redandblack/target-cursor-blue-m.png Binary files differnew file mode 100755 index 000000000..d961cd363 --- /dev/null +++ b/data/themes/redandblack/target-cursor-blue-m.png diff --git a/data/themes/redandblack/target-cursor-blue-s.png b/data/themes/redandblack/target-cursor-blue-s.png Binary files differnew file mode 100755 index 000000000..c9edefe48 --- /dev/null +++ b/data/themes/redandblack/target-cursor-blue-s.png diff --git a/data/themes/redandblack/target-cursor-red-l.png b/data/themes/redandblack/target-cursor-red-l.png Binary files differnew file mode 100755 index 000000000..de9337e6a --- /dev/null +++ b/data/themes/redandblack/target-cursor-red-l.png diff --git a/data/themes/redandblack/target-cursor-red-m.png b/data/themes/redandblack/target-cursor-red-m.png Binary files differnew file mode 100755 index 000000000..8e669f6f7 --- /dev/null +++ b/data/themes/redandblack/target-cursor-red-m.png diff --git a/data/themes/redandblack/target-cursor-red-s.png b/data/themes/redandblack/target-cursor-red-s.png Binary files differnew file mode 100755 index 000000000..0dd1e0d7c --- /dev/null +++ b/data/themes/redandblack/target-cursor-red-s.png diff --git a/data/themes/redandblack/unknown-item.png b/data/themes/redandblack/unknown-item.png Binary files differnew file mode 100755 index 000000000..9201d688e --- /dev/null +++ b/data/themes/redandblack/unknown-item.png diff --git a/data/themes/redandblack/vscroll_down_default.png b/data/themes/redandblack/vscroll_down_default.png Binary files differnew file mode 100755 index 000000000..e6073110f --- /dev/null +++ b/data/themes/redandblack/vscroll_down_default.png diff --git a/data/themes/redandblack/vscroll_down_highlight.png b/data/themes/redandblack/vscroll_down_highlight.png Binary files differnew file mode 100755 index 000000000..96ec8df07 --- /dev/null +++ b/data/themes/redandblack/vscroll_down_highlight.png diff --git a/data/themes/redandblack/vscroll_down_pressed.png b/data/themes/redandblack/vscroll_down_pressed.png Binary files differnew file mode 100755 index 000000000..17ac2029d --- /dev/null +++ b/data/themes/redandblack/vscroll_down_pressed.png diff --git a/data/themes/redandblack/vscroll_grey.png b/data/themes/redandblack/vscroll_grey.png Binary files differnew file mode 100755 index 000000000..124a58c14 --- /dev/null +++ b/data/themes/redandblack/vscroll_grey.png diff --git a/data/themes/redandblack/vscroll_highlight.png b/data/themes/redandblack/vscroll_highlight.png Binary files differnew file mode 100755 index 000000000..124a58c14 --- /dev/null +++ b/data/themes/redandblack/vscroll_highlight.png diff --git a/data/themes/redandblack/vscroll_up_default.png b/data/themes/redandblack/vscroll_up_default.png Binary files differnew file mode 100755 index 000000000..bd55e4dd9 --- /dev/null +++ b/data/themes/redandblack/vscroll_up_default.png diff --git a/data/themes/redandblack/vscroll_up_highlight.png b/data/themes/redandblack/vscroll_up_highlight.png Binary files differnew file mode 100755 index 000000000..dc267df3a --- /dev/null +++ b/data/themes/redandblack/vscroll_up_highlight.png diff --git a/data/themes/redandblack/vscroll_up_pressed.png b/data/themes/redandblack/vscroll_up_pressed.png Binary files differnew file mode 100755 index 000000000..63c035145 --- /dev/null +++ b/data/themes/redandblack/vscroll_up_pressed.png diff --git a/data/themes/redandblack/window.png b/data/themes/redandblack/window.png Binary files differnew file mode 100755 index 000000000..81a10cc7c --- /dev/null +++ b/data/themes/redandblack/window.png diff --git a/data/themes/redandblack/window.xml b/data/themes/redandblack/window.xml new file mode 100755 index 000000000..f27dbc7f3 --- /dev/null +++ b/data/themes/redandblack/window.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="32" height="4" /> + <part type="top-right-corner" xpos="36" ypos="0" width="4" height="4" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="216" /> + <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" /> + <part type="right-edge" xpos="36" ypos="4" width="4" height="216" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="220" width="4" height="4" /> + <part type="bottom-edge" xpos="4" ypos="220" width="32" height="4" /> + <part type="bottom-right-corner" xpos="36" ypos="220" width="4" height="4" /> + </widget> +</skinset> diff --git a/data/themes/wood/CMakeLists.txt b/data/themes/wood/CMakeLists.txt new file mode 100644 index 000000000..153e4d04b --- /dev/null +++ b/data/themes/wood/CMakeLists.txt @@ -0,0 +1,53 @@ +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 + 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/wood) diff --git a/data/themes/wood/Makefile.am b/data/themes/wood/Makefile.am new file mode 100755 index 000000000..0cc764f06 --- /dev/null +++ b/data/themes/wood/Makefile.am @@ -0,0 +1,56 @@ + +guidir = $(pkgdatadir)/data/themes/wood + +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/wood/bubble.png b/data/themes/wood/bubble.png Binary files differnew file mode 100755 index 000000000..45322eb2e --- /dev/null +++ b/data/themes/wood/bubble.png diff --git a/data/themes/wood/button.png b/data/themes/wood/button.png Binary files differnew file mode 100755 index 000000000..4f6a5a812 --- /dev/null +++ b/data/themes/wood/button.png diff --git a/data/themes/wood/button_disabled.png b/data/themes/wood/button_disabled.png Binary files differnew file mode 100755 index 000000000..2a8fdf43a --- /dev/null +++ b/data/themes/wood/button_disabled.png diff --git a/data/themes/wood/buttonhi.png b/data/themes/wood/buttonhi.png Binary files differnew file mode 100755 index 000000000..24c097180 --- /dev/null +++ b/data/themes/wood/buttonhi.png diff --git a/data/themes/wood/buttonpress.png b/data/themes/wood/buttonpress.png Binary files differnew file mode 100755 index 000000000..d192534a3 --- /dev/null +++ b/data/themes/wood/buttonpress.png diff --git a/data/themes/wood/checkbox.png b/data/themes/wood/checkbox.png Binary files differnew file mode 100755 index 000000000..b68893fc2 --- /dev/null +++ b/data/themes/wood/checkbox.png diff --git a/data/themes/wood/circle-gray.png b/data/themes/wood/circle-gray.png Binary files differnew file mode 100755 index 000000000..3e884f405 --- /dev/null +++ b/data/themes/wood/circle-gray.png diff --git a/data/themes/wood/circle-green.png b/data/themes/wood/circle-green.png Binary files differnew file mode 100755 index 000000000..2c98e9ef1 --- /dev/null +++ b/data/themes/wood/circle-green.png diff --git a/data/themes/wood/close_button.png b/data/themes/wood/close_button.png Binary files differnew file mode 100755 index 000000000..a4f802e01 --- /dev/null +++ b/data/themes/wood/close_button.png diff --git a/data/themes/wood/colors.xml b/data/themes/wood/colors.xml new file mode 100644 index 000000000..5339c3fd2 --- /dev/null +++ b/data/themes/wood/colors.xml @@ -0,0 +1,53 @@ +<colors> + <color id="TEXT" color="#000000" /> + <color id="SHADOW" color="#000000" /> + <color id="OUTLINE" color="#000000" /> + <color id="PROGRESS_BAR" color="#ffffff" /> + <color id="BUTTON" color="#000000" /> + <color id="BUTTON_DISABLED" color="#cccccc" /> + <color id="TAB" color="#000000" /> + <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="#ebc873" /> + <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="#000000" /> + <color id="GM" color="#ff0000" /> + <color id="PLAYER" color="#1fa052" /> + <color id="WHISPER" color="#00feaf" /> + <color id="WHISPER_OFFLINE" color="#000a40" /> + <color id="IS" color="#a08527" /> + <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/wood/deepbox.png b/data/themes/wood/deepbox.png Binary files differnew file mode 100755 index 000000000..6b63168af --- /dev/null +++ b/data/themes/wood/deepbox.png diff --git a/data/themes/wood/hscroll_left_default.png b/data/themes/wood/hscroll_left_default.png Binary files differnew file mode 100755 index 000000000..07e5e0780 --- /dev/null +++ b/data/themes/wood/hscroll_left_default.png diff --git a/data/themes/wood/hscroll_left_highlight.png b/data/themes/wood/hscroll_left_highlight.png Binary files differnew file mode 100755 index 000000000..c77427f82 --- /dev/null +++ b/data/themes/wood/hscroll_left_highlight.png diff --git a/data/themes/wood/hscroll_left_pressed.png b/data/themes/wood/hscroll_left_pressed.png Binary files differnew file mode 100755 index 000000000..081eaa3a6 --- /dev/null +++ b/data/themes/wood/hscroll_left_pressed.png diff --git a/data/themes/wood/hscroll_right_default.png b/data/themes/wood/hscroll_right_default.png Binary files differnew file mode 100755 index 000000000..ee74c0715 --- /dev/null +++ b/data/themes/wood/hscroll_right_default.png diff --git a/data/themes/wood/hscroll_right_highlight.png b/data/themes/wood/hscroll_right_highlight.png Binary files differnew file mode 100755 index 000000000..9f8911e4e --- /dev/null +++ b/data/themes/wood/hscroll_right_highlight.png diff --git a/data/themes/wood/hscroll_right_pressed.png b/data/themes/wood/hscroll_right_pressed.png Binary files differnew file mode 100755 index 000000000..6ef987a5b --- /dev/null +++ b/data/themes/wood/hscroll_right_pressed.png diff --git a/data/themes/wood/item_shortcut_bgr.png b/data/themes/wood/item_shortcut_bgr.png Binary files differnew file mode 100755 index 000000000..5b3c5e7c1 --- /dev/null +++ b/data/themes/wood/item_shortcut_bgr.png diff --git a/data/themes/wood/mouse.png b/data/themes/wood/mouse.png Binary files differnew file mode 100755 index 000000000..84dc2ad1f --- /dev/null +++ b/data/themes/wood/mouse.png diff --git a/data/themes/wood/radioin.png b/data/themes/wood/radioin.png Binary files differnew file mode 100755 index 000000000..8d0e5f749 --- /dev/null +++ b/data/themes/wood/radioin.png diff --git a/data/themes/wood/radioin_highlight.png b/data/themes/wood/radioin_highlight.png Binary files differnew file mode 100755 index 000000000..c020f0baa --- /dev/null +++ b/data/themes/wood/radioin_highlight.png diff --git a/data/themes/wood/radioout.png b/data/themes/wood/radioout.png Binary files differnew file mode 100755 index 000000000..70a252568 --- /dev/null +++ b/data/themes/wood/radioout.png diff --git a/data/themes/wood/radioout_highlight.png b/data/themes/wood/radioout_highlight.png Binary files differnew file mode 100755 index 000000000..957a1fa65 --- /dev/null +++ b/data/themes/wood/radioout_highlight.png diff --git a/data/themes/wood/resize.png b/data/themes/wood/resize.png Binary files differnew file mode 100755 index 000000000..dfe79ebf2 --- /dev/null +++ b/data/themes/wood/resize.png diff --git a/data/themes/wood/selection.png b/data/themes/wood/selection.png Binary files differnew file mode 100755 index 000000000..a117a78ac --- /dev/null +++ b/data/themes/wood/selection.png diff --git a/data/themes/wood/slider.png b/data/themes/wood/slider.png Binary files differnew file mode 100755 index 000000000..df9abe564 --- /dev/null +++ b/data/themes/wood/slider.png diff --git a/data/themes/wood/slider_hilight.png b/data/themes/wood/slider_hilight.png Binary files differnew file mode 100755 index 000000000..8b7d2be67 --- /dev/null +++ b/data/themes/wood/slider_hilight.png diff --git a/data/themes/wood/speechbubble.xml b/data/themes/wood/speechbubble.xml new file mode 100755 index 000000000..84b6557b3 --- /dev/null +++ b/data/themes/wood/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/wood/sticky_button.png b/data/themes/wood/sticky_button.png Binary files differnew file mode 100755 index 000000000..2708dd994 --- /dev/null +++ b/data/themes/wood/sticky_button.png diff --git a/data/themes/wood/tab.png b/data/themes/wood/tab.png Binary files differnew file mode 100755 index 000000000..689981a99 --- /dev/null +++ b/data/themes/wood/tab.png diff --git a/data/themes/wood/tab_hilight.png b/data/themes/wood/tab_hilight.png Binary files differnew file mode 100755 index 000000000..d0585e8fe --- /dev/null +++ b/data/themes/wood/tab_hilight.png diff --git a/data/themes/wood/tabselected.png b/data/themes/wood/tabselected.png Binary files differnew file mode 100755 index 000000000..72a489733 --- /dev/null +++ b/data/themes/wood/tabselected.png diff --git a/data/themes/wood/target-cursor-blue-l.png b/data/themes/wood/target-cursor-blue-l.png Binary files differnew file mode 100755 index 000000000..77cdf4b6d --- /dev/null +++ b/data/themes/wood/target-cursor-blue-l.png diff --git a/data/themes/wood/target-cursor-blue-m.png b/data/themes/wood/target-cursor-blue-m.png Binary files differnew file mode 100755 index 000000000..c0107357a --- /dev/null +++ b/data/themes/wood/target-cursor-blue-m.png diff --git a/data/themes/wood/target-cursor-blue-s.png b/data/themes/wood/target-cursor-blue-s.png Binary files differnew file mode 100755 index 000000000..3e81c75de --- /dev/null +++ b/data/themes/wood/target-cursor-blue-s.png diff --git a/data/themes/wood/target-cursor-red-l.png b/data/themes/wood/target-cursor-red-l.png Binary files differnew file mode 100755 index 000000000..76d2101b1 --- /dev/null +++ b/data/themes/wood/target-cursor-red-l.png diff --git a/data/themes/wood/target-cursor-red-m.png b/data/themes/wood/target-cursor-red-m.png Binary files differnew file mode 100755 index 000000000..e2ab79c29 --- /dev/null +++ b/data/themes/wood/target-cursor-red-m.png diff --git a/data/themes/wood/target-cursor-red-s.png b/data/themes/wood/target-cursor-red-s.png Binary files differnew file mode 100755 index 000000000..09195f440 --- /dev/null +++ b/data/themes/wood/target-cursor-red-s.png diff --git a/data/themes/wood/unknown-item.png b/data/themes/wood/unknown-item.png Binary files differnew file mode 100755 index 000000000..9201d688e --- /dev/null +++ b/data/themes/wood/unknown-item.png diff --git a/data/themes/wood/vscroll_down_default.png b/data/themes/wood/vscroll_down_default.png Binary files differnew file mode 100755 index 000000000..0ec2a3eed --- /dev/null +++ b/data/themes/wood/vscroll_down_default.png diff --git a/data/themes/wood/vscroll_down_highlight.png b/data/themes/wood/vscroll_down_highlight.png Binary files differnew file mode 100755 index 000000000..d2934daa2 --- /dev/null +++ b/data/themes/wood/vscroll_down_highlight.png diff --git a/data/themes/wood/vscroll_down_pressed.png b/data/themes/wood/vscroll_down_pressed.png Binary files differnew file mode 100755 index 000000000..6aa44ba67 --- /dev/null +++ b/data/themes/wood/vscroll_down_pressed.png diff --git a/data/themes/wood/vscroll_grey.png b/data/themes/wood/vscroll_grey.png Binary files differnew file mode 100755 index 000000000..3f65a8835 --- /dev/null +++ b/data/themes/wood/vscroll_grey.png diff --git a/data/themes/wood/vscroll_highlight.png b/data/themes/wood/vscroll_highlight.png Binary files differnew file mode 100755 index 000000000..9802044cc --- /dev/null +++ b/data/themes/wood/vscroll_highlight.png diff --git a/data/themes/wood/vscroll_up_default.png b/data/themes/wood/vscroll_up_default.png Binary files differnew file mode 100755 index 000000000..73a4266fc --- /dev/null +++ b/data/themes/wood/vscroll_up_default.png diff --git a/data/themes/wood/vscroll_up_highlight.png b/data/themes/wood/vscroll_up_highlight.png Binary files differnew file mode 100755 index 000000000..6fc3884df --- /dev/null +++ b/data/themes/wood/vscroll_up_highlight.png diff --git a/data/themes/wood/vscroll_up_pressed.png b/data/themes/wood/vscroll_up_pressed.png Binary files differnew file mode 100755 index 000000000..bfa8e175e --- /dev/null +++ b/data/themes/wood/vscroll_up_pressed.png diff --git a/data/themes/wood/window.png b/data/themes/wood/window.png Binary files differnew file mode 100755 index 000000000..671b77407 --- /dev/null +++ b/data/themes/wood/window.png diff --git a/data/themes/wood/window.xml b/data/themes/wood/window.xml new file mode 100755 index 000000000..015c6ce32 --- /dev/null +++ b/data/themes/wood/window.xml @@ -0,0 +1,19 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <!-- <option name="padding" value="5" /> --> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + </widget> +</skinset> |