diff options
Diffstat (limited to 'data/themes/redandblack')
51 files changed, 198 insertions, 0 deletions
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> |