summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.ac1
-rw-r--r--data/themes/CMakeLists.txt1
-rwxr-xr-xdata/themes/Makefile.am2
-rw-r--r--data/themes/pink/CMakeLists.txt54
-rw-r--r--data/themes/pink/Makefile.am56
-rw-r--r--data/themes/pink/bubble.pngbin0 -> 375 bytes
-rw-r--r--data/themes/pink/button.pngbin0 -> 387 bytes
-rw-r--r--data/themes/pink/button_disabled.pngbin0 -> 282 bytes
-rw-r--r--data/themes/pink/buttonhi.pngbin0 -> 395 bytes
-rw-r--r--data/themes/pink/buttonpress.pngbin0 -> 392 bytes
-rw-r--r--data/themes/pink/checkbox.pngbin0 -> 724 bytes
-rw-r--r--data/themes/pink/circle-gray.pngbin0 -> 300 bytes
-rw-r--r--data/themes/pink/circle-green.pngbin0 -> 328 bytes
-rw-r--r--data/themes/pink/close_button.pngbin0 -> 252 bytes
-rw-r--r--data/themes/pink/colors.xml53
-rw-r--r--data/themes/pink/deepbox.pngbin0 -> 261 bytes
-rw-r--r--data/themes/pink/hscroll_left_default.pngbin0 -> 332 bytes
-rw-r--r--data/themes/pink/hscroll_left_highlight.pngbin0 -> 337 bytes
-rw-r--r--data/themes/pink/hscroll_left_pressed.pngbin0 -> 335 bytes
-rw-r--r--data/themes/pink/hscroll_right_default.pngbin0 -> 330 bytes
-rw-r--r--data/themes/pink/hscroll_right_highlight.pngbin0 -> 331 bytes
-rw-r--r--data/themes/pink/hscroll_right_pressed.pngbin0 -> 335 bytes
-rw-r--r--data/themes/pink/item_shortcut_bgr.pngbin0 -> 1267 bytes
-rw-r--r--data/themes/pink/mouse.pngbin0 -> 6193 bytes
-rw-r--r--data/themes/pink/progress-indicator.pngbin0 -> 5647 bytes
-rw-r--r--data/themes/pink/radioin.pngbin0 -> 399 bytes
-rw-r--r--data/themes/pink/radioin_highlight.pngbin0 -> 407 bytes
-rw-r--r--data/themes/pink/radioout.pngbin0 -> 326 bytes
-rw-r--r--data/themes/pink/radioout_highlight.pngbin0 -> 362 bytes
-rw-r--r--data/themes/pink/resize.pngbin0 -> 164 bytes
-rw-r--r--data/themes/pink/selection.pngbin0 -> 745 bytes
-rw-r--r--data/themes/pink/slider.pngbin0 -> 1353 bytes
-rw-r--r--data/themes/pink/slider_hilight.pngbin0 -> 1356 bytes
-rw-r--r--data/themes/pink/speechbubble.xml18
-rw-r--r--data/themes/pink/sticky_button.pngbin0 -> 535 bytes
-rw-r--r--data/themes/pink/tab.pngbin0 -> 354 bytes
-rw-r--r--data/themes/pink/tab_hilight.pngbin0 -> 352 bytes
-rw-r--r--data/themes/pink/tabselected.pngbin0 -> 346 bytes
-rw-r--r--data/themes/pink/target-cursor-blue-l.pngbin0 -> 23803 bytes
-rw-r--r--data/themes/pink/target-cursor-blue-m.pngbin0 -> 18439 bytes
-rw-r--r--data/themes/pink/target-cursor-blue-s.pngbin0 -> 8353 bytes
-rw-r--r--data/themes/pink/target-cursor-red-l.pngbin0 -> 25586 bytes
-rw-r--r--data/themes/pink/target-cursor-red-m.pngbin0 -> 17950 bytes
-rw-r--r--data/themes/pink/target-cursor-red-s.pngbin0 -> 8361 bytes
-rw-r--r--data/themes/pink/unknown-item.pngbin0 -> 502 bytes
-rw-r--r--data/themes/pink/vscroll_down_default.pngbin0 -> 335 bytes
-rw-r--r--data/themes/pink/vscroll_down_highlight.pngbin0 -> 342 bytes
-rw-r--r--data/themes/pink/vscroll_down_pressed.pngbin0 -> 332 bytes
-rw-r--r--data/themes/pink/vscroll_grey.pngbin0 -> 1307 bytes
-rw-r--r--data/themes/pink/vscroll_highlight.pngbin0 -> 1302 bytes
-rw-r--r--data/themes/pink/vscroll_up_default.pngbin0 -> 336 bytes
-rw-r--r--data/themes/pink/vscroll_up_highlight.pngbin0 -> 338 bytes
-rw-r--r--data/themes/pink/vscroll_up_pressed.pngbin0 -> 319 bytes
-rw-r--r--data/themes/pink/window.pngbin0 -> 12813 bytes
-rw-r--r--data/themes/pink/window.xml19
-rw-r--r--packaging/windows/setup.nsi4
56 files changed, 207 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7315832c5..3ba2eb516 100755
--- a/configure.ac
+++ b/configure.ac
@@ -160,6 +160,7 @@ data/themes/Makefile
data/themes/blackwood/Makefile
data/themes/classic/Makefile
data/themes/enchilado/Makefile
+data/themes/pink/Makefile
data/themes/redandblack/Makefile
data/themes/wood/Makefile
data/help/Makefile
diff --git a/data/themes/CMakeLists.txt b/data/themes/CMakeLists.txt
index 7f3bd69e5..ac659af33 100644
--- a/data/themes/CMakeLists.txt
+++ b/data/themes/CMakeLists.txt
@@ -1,5 +1,6 @@
ADD_SUBDIRECTORY(blackwood)
ADD_SUBDIRECTORY(classic)
ADD_SUBDIRECTORY(enchilado)
+ADD_SUBDIRECTORY(pink)
ADD_SUBDIRECTORY(redandblack)
ADD_SUBDIRECTORY(wood)
diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am
index 46bcc018d..1f2009067 100755
--- a/data/themes/Makefile.am
+++ b/data/themes/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS = blackwood classic enchilado redandblack wood
+SUBDIRS = blackwood classic enchilado pink redandblack wood
diff --git a/data/themes/pink/CMakeLists.txt b/data/themes/pink/CMakeLists.txt
new file mode 100644
index 000000000..f6f6e81f6
--- /dev/null
+++ b/data/themes/pink/CMakeLists.txt
@@ -0,0 +1,54 @@
+SET (FILES
+ bubble.png
+ button.png
+ button_disabled.png
+ buttonhi.png
+ buttonpress.png
+ checkbox.png
+ circle-gray.png
+ circle-green.png
+ close_button.png
+ colors.xml
+ deepbox.png
+ hscroll_left_default.png
+ hscroll_left_highlight.png
+ hscroll_left_pressed.png
+ hscroll_right_default.png
+ hscroll_right_highlight.png
+ hscroll_right_pressed.png
+ item_shortcut_bgr.png
+ mouse.png
+ progress-indicator.png
+ radioin.png
+ radioin_highlight.png
+ radioout.png
+ radioout_highlight.png
+ resize.png
+ selection.png
+ slider.png
+ slider_hilight.png
+ speechbubble.xml
+ sticky_button.png
+ tab.png
+ tab_hilight.png
+ tabselected.png
+ target-cursor-blue-l.png
+ target-cursor-blue-m.png
+ target-cursor-blue-s.png
+ target-cursor-red-l.png
+ target-cursor-red-m.png
+ target-cursor-red-s.png
+ unknown-item.png
+ vscroll_down_default.png
+ vscroll_down_highlight.png
+ vscroll_down_pressed.png
+ vscroll_grey.png
+ vscroll_highlight.png
+ vscroll_up_default.png
+ vscroll_up_highlight.png
+ vscroll_up_pressed.png
+ window.png
+ window.xml
+ )
+
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/pink)
diff --git a/data/themes/pink/Makefile.am b/data/themes/pink/Makefile.am
new file mode 100644
index 000000000..17a3a18a1
--- /dev/null
+++ b/data/themes/pink/Makefile.am
@@ -0,0 +1,56 @@
+
+guidir = $(pkgdatadir)/data/themes/pink
+
+gui_DATA = \
+ bubble.png \
+ button.png \
+ button_disabled.png \
+ buttonhi.png \
+ buttonpress.png \
+ checkbox.png \
+ circle-gray.png \
+ circle-green.png \
+ close_button.png \
+ colors.xml \
+ deepbox.png \
+ window.xml \
+ hscroll_left_default.png \
+ hscroll_left_highlight.png \
+ hscroll_left_pressed.png \
+ hscroll_right_default.png \
+ hscroll_right_highlight.png \
+ hscroll_right_pressed.png \
+ item_shortcut_bgr.png \
+ mouse.png \
+ radioin.png \
+ radioin_highlight.png \
+ radioout.png \
+ radioout_highlight.png \
+ resize.png \
+ selection.png \
+ slider.png \
+ slider_hilight.png \
+ speechbubble.xml \
+ sticky_button.png \
+ tab.png \
+ tab_hilight.png \
+ tabselected.png \
+ target-cursor-blue-l.png \
+ target-cursor-blue-m.png \
+ target-cursor-blue-s.png \
+ target-cursor-red-l.png \
+ target-cursor-red-m.png \
+ target-cursor-red-s.png \
+ unknown-item.png \
+ vscroll_down_default.png \
+ vscroll_down_highlight.png \
+ vscroll_down_pressed.png \
+ vscroll_grey.png \
+ vscroll_highlight.png \
+ vscroll_up_default.png \
+ vscroll_up_highlight.png \
+ vscroll_up_pressed.png \
+ window.png
+
+EXTRA_DIST = \
+ $(gui_DATA)
diff --git a/data/themes/pink/bubble.png b/data/themes/pink/bubble.png
new file mode 100644
index 000000000..506fd4eec
--- /dev/null
+++ b/data/themes/pink/bubble.png
Binary files differ
diff --git a/data/themes/pink/button.png b/data/themes/pink/button.png
new file mode 100644
index 000000000..ce791cd53
--- /dev/null
+++ b/data/themes/pink/button.png
Binary files differ
diff --git a/data/themes/pink/button_disabled.png b/data/themes/pink/button_disabled.png
new file mode 100644
index 000000000..feb286c69
--- /dev/null
+++ b/data/themes/pink/button_disabled.png
Binary files differ
diff --git a/data/themes/pink/buttonhi.png b/data/themes/pink/buttonhi.png
new file mode 100644
index 000000000..ed89b45f1
--- /dev/null
+++ b/data/themes/pink/buttonhi.png
Binary files differ
diff --git a/data/themes/pink/buttonpress.png b/data/themes/pink/buttonpress.png
new file mode 100644
index 000000000..4a5e8a0a8
--- /dev/null
+++ b/data/themes/pink/buttonpress.png
Binary files differ
diff --git a/data/themes/pink/checkbox.png b/data/themes/pink/checkbox.png
new file mode 100644
index 000000000..09e73f160
--- /dev/null
+++ b/data/themes/pink/checkbox.png
Binary files differ
diff --git a/data/themes/pink/circle-gray.png b/data/themes/pink/circle-gray.png
new file mode 100644
index 000000000..3e884f405
--- /dev/null
+++ b/data/themes/pink/circle-gray.png
Binary files differ
diff --git a/data/themes/pink/circle-green.png b/data/themes/pink/circle-green.png
new file mode 100644
index 000000000..2c98e9ef1
--- /dev/null
+++ b/data/themes/pink/circle-green.png
Binary files differ
diff --git a/data/themes/pink/close_button.png b/data/themes/pink/close_button.png
new file mode 100644
index 000000000..53e1fadb9
--- /dev/null
+++ b/data/themes/pink/close_button.png
Binary files differ
diff --git a/data/themes/pink/colors.xml b/data/themes/pink/colors.xml
new file mode 100644
index 000000000..caaa19cef
--- /dev/null
+++ b/data/themes/pink/colors.xml
@@ -0,0 +1,53 @@
+<colors>
+ <color id="TEXT" color="#FF00FF" />
+ <color id="SHADOW" color="#000000" />
+ <color id="OUTLINE" color="#000000" />
+ <color id="PROGRESS_BAR" color="#ffffff" />
+ <color id="BUTTON" color="#FF00FF" />
+ <color id="BUTTON_DISABLED" color="#FF00FF" />
+ <color id="TAB" color="#FF32FF" />
+ <color id="PARTY_CHAT_TAB" color="#f48055" />
+ <color id="PARTY_SOCIAL_TAB" color="#f48055" />
+ <color id="GUILD_CHAT_TAB" color="#f48055" />
+ <color id="GUILD_SOCIAL_TAB" color="#f48055" />
+ <color id="BACKGROUND" color="#ffffff" />
+ <color id="HIGHLIGHT" color="#FFFEFF" />
+ <color id="TAB_FLASH" color="#ff0000" effect="pulse" />
+ <color id="TAB_PLAYER_FLASH" color="#00ff00" effect="pulse" />
+ <color id="SHOP_WARNING" color="#910000" />
+ <color id="ITEM_EQUIPPED" color="#000091" />
+ <color id="CHAT" color="#FF00FF" />
+ <color id="GM" color="#ff0000" />
+ <color id="PLAYER" color="#009000" />
+ <color id="WHISPER" color="#0000ff" />
+ <color id="WHISPER_OFFLINE" color="#000050" />
+ <color id="IS" color="#705000" />
+ <color id="SERVER" color="#8415e2" />
+ <color id="LOGGER" color="#919191" />
+ <color id="HYPERLINK" color="#e50d0d" />
+ <color id="UNKNOWN_ITEM" color="#000000" />
+ <color id="GENERIC" color="#21a5b1" />
+ <color id="HEAD" color="#527fa4" />
+ <color id="USABLE" color="#268d24" />
+ <color id="TORSO" color="#d12aa4" />
+ <color id="ONEHAND" color="#f42a2a" />
+ <color id="LEGS" color="#699900" />
+ <color id="FEET" color="#aa1d48" />
+ <color id="TWOHAND" color="#f46d0e" />
+ <color id="SHIELD" color="#9c2424" />
+ <color id="RING" color="#0000ff" />
+ <color id="NECKLACE" color="#ff00ff" />
+ <color id="ARMS" color="#9c24e8" />
+ <color id="AMMO" color="#8b6311" />
+ <color id="SERVER_VERSION_NOT_SUPPORTED" color="#DC0000" />
+ <color id="WARNING" color="#FF0000" />
+
+ <progressbar id="DEFAULT" color="#969696" />
+ <progressbar id="HP" color="#ff0000,e28000,c38948,0f6a20" />
+ <progressbar id="MP" color="#1a66e6" />
+ <progressbar id="NO_MP" color="#646464" />
+ <progressbar id="EXP" color="#8fc0d3" />
+ <progressbar id="INVY_SLOTS" color="#e1c819" />
+ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" />
+ <progressbar id="JOB" color="#e187cb" />
+</colors>
diff --git a/data/themes/pink/deepbox.png b/data/themes/pink/deepbox.png
new file mode 100644
index 000000000..12ecac549
--- /dev/null
+++ b/data/themes/pink/deepbox.png
Binary files differ
diff --git a/data/themes/pink/hscroll_left_default.png b/data/themes/pink/hscroll_left_default.png
new file mode 100644
index 000000000..dcfe2894b
--- /dev/null
+++ b/data/themes/pink/hscroll_left_default.png
Binary files differ
diff --git a/data/themes/pink/hscroll_left_highlight.png b/data/themes/pink/hscroll_left_highlight.png
new file mode 100644
index 000000000..99cfdacc6
--- /dev/null
+++ b/data/themes/pink/hscroll_left_highlight.png
Binary files differ
diff --git a/data/themes/pink/hscroll_left_pressed.png b/data/themes/pink/hscroll_left_pressed.png
new file mode 100644
index 000000000..39ed6fe22
--- /dev/null
+++ b/data/themes/pink/hscroll_left_pressed.png
Binary files differ
diff --git a/data/themes/pink/hscroll_right_default.png b/data/themes/pink/hscroll_right_default.png
new file mode 100644
index 000000000..339536d03
--- /dev/null
+++ b/data/themes/pink/hscroll_right_default.png
Binary files differ
diff --git a/data/themes/pink/hscroll_right_highlight.png b/data/themes/pink/hscroll_right_highlight.png
new file mode 100644
index 000000000..4f3ecdb74
--- /dev/null
+++ b/data/themes/pink/hscroll_right_highlight.png
Binary files differ
diff --git a/data/themes/pink/hscroll_right_pressed.png b/data/themes/pink/hscroll_right_pressed.png
new file mode 100644
index 000000000..31a4191ac
--- /dev/null
+++ b/data/themes/pink/hscroll_right_pressed.png
Binary files differ
diff --git a/data/themes/pink/item_shortcut_bgr.png b/data/themes/pink/item_shortcut_bgr.png
new file mode 100644
index 000000000..afc9e0301
--- /dev/null
+++ b/data/themes/pink/item_shortcut_bgr.png
Binary files differ
diff --git a/data/themes/pink/mouse.png b/data/themes/pink/mouse.png
new file mode 100644
index 000000000..df460e49c
--- /dev/null
+++ b/data/themes/pink/mouse.png
Binary files differ
diff --git a/data/themes/pink/progress-indicator.png b/data/themes/pink/progress-indicator.png
new file mode 100644
index 000000000..a50532fe2
--- /dev/null
+++ b/data/themes/pink/progress-indicator.png
Binary files differ
diff --git a/data/themes/pink/radioin.png b/data/themes/pink/radioin.png
new file mode 100644
index 000000000..a6d476451
--- /dev/null
+++ b/data/themes/pink/radioin.png
Binary files differ
diff --git a/data/themes/pink/radioin_highlight.png b/data/themes/pink/radioin_highlight.png
new file mode 100644
index 000000000..5de9d6d9b
--- /dev/null
+++ b/data/themes/pink/radioin_highlight.png
Binary files differ
diff --git a/data/themes/pink/radioout.png b/data/themes/pink/radioout.png
new file mode 100644
index 000000000..377788eb2
--- /dev/null
+++ b/data/themes/pink/radioout.png
Binary files differ
diff --git a/data/themes/pink/radioout_highlight.png b/data/themes/pink/radioout_highlight.png
new file mode 100644
index 000000000..914e4263e
--- /dev/null
+++ b/data/themes/pink/radioout_highlight.png
Binary files differ
diff --git a/data/themes/pink/resize.png b/data/themes/pink/resize.png
new file mode 100644
index 000000000..15f3fb9dd
--- /dev/null
+++ b/data/themes/pink/resize.png
Binary files differ
diff --git a/data/themes/pink/selection.png b/data/themes/pink/selection.png
new file mode 100644
index 000000000..e579399ab
--- /dev/null
+++ b/data/themes/pink/selection.png
Binary files differ
diff --git a/data/themes/pink/slider.png b/data/themes/pink/slider.png
new file mode 100644
index 000000000..c4c1c674c
--- /dev/null
+++ b/data/themes/pink/slider.png
Binary files differ
diff --git a/data/themes/pink/slider_hilight.png b/data/themes/pink/slider_hilight.png
new file mode 100644
index 000000000..cba833598
--- /dev/null
+++ b/data/themes/pink/slider_hilight.png
Binary files differ
diff --git a/data/themes/pink/speechbubble.xml b/data/themes/pink/speechbubble.xml
new file mode 100644
index 000000000..84b6557b3
--- /dev/null
+++ b/data/themes/pink/speechbubble.xml
@@ -0,0 +1,18 @@
+<skinset name="SpeechBubble" image="bubble.png">
+ <widget type="Window">
+ <!-- Top Row -->
+ <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" />
+ <part type="top-edge" xpos="5" ypos="0" width="5" height="5" />
+ <part type="top-right-corner" xpos="10" ypos="0" width="5" height="5" />
+
+ <!-- Middle Row -->
+ <part type="left-edge" xpos="0" ypos="5" width="5" height="5" />
+ <part type="bg-quad" xpos="5" ypos="5" width="5" height="5" />
+ <part type="right-edge" xpos="10" ypos="5" width="5" height="5" />
+
+ <!-- Bottom Row -->
+ <part type="bottom-left-corner" xpos="0" ypos="10" width="5" height="5" />
+ <part type="bottom-edge" xpos="5" ypos="10" width="5" height="5" />
+ <part type="bottom-right-corner" xpos="10" ypos="10" width="5" height="5" />
+ </widget>
+</skinset>
diff --git a/data/themes/pink/sticky_button.png b/data/themes/pink/sticky_button.png
new file mode 100644
index 000000000..e86cfda91
--- /dev/null
+++ b/data/themes/pink/sticky_button.png
Binary files differ
diff --git a/data/themes/pink/tab.png b/data/themes/pink/tab.png
new file mode 100644
index 000000000..65836e370
--- /dev/null
+++ b/data/themes/pink/tab.png
Binary files differ
diff --git a/data/themes/pink/tab_hilight.png b/data/themes/pink/tab_hilight.png
new file mode 100644
index 000000000..de3dad23b
--- /dev/null
+++ b/data/themes/pink/tab_hilight.png
Binary files differ
diff --git a/data/themes/pink/tabselected.png b/data/themes/pink/tabselected.png
new file mode 100644
index 000000000..f0db6a379
--- /dev/null
+++ b/data/themes/pink/tabselected.png
Binary files differ
diff --git a/data/themes/pink/target-cursor-blue-l.png b/data/themes/pink/target-cursor-blue-l.png
new file mode 100644
index 000000000..77cdf4b6d
--- /dev/null
+++ b/data/themes/pink/target-cursor-blue-l.png
Binary files differ
diff --git a/data/themes/pink/target-cursor-blue-m.png b/data/themes/pink/target-cursor-blue-m.png
new file mode 100644
index 000000000..c0107357a
--- /dev/null
+++ b/data/themes/pink/target-cursor-blue-m.png
Binary files differ
diff --git a/data/themes/pink/target-cursor-blue-s.png b/data/themes/pink/target-cursor-blue-s.png
new file mode 100644
index 000000000..3e81c75de
--- /dev/null
+++ b/data/themes/pink/target-cursor-blue-s.png
Binary files differ
diff --git a/data/themes/pink/target-cursor-red-l.png b/data/themes/pink/target-cursor-red-l.png
new file mode 100644
index 000000000..76d2101b1
--- /dev/null
+++ b/data/themes/pink/target-cursor-red-l.png
Binary files differ
diff --git a/data/themes/pink/target-cursor-red-m.png b/data/themes/pink/target-cursor-red-m.png
new file mode 100644
index 000000000..e2ab79c29
--- /dev/null
+++ b/data/themes/pink/target-cursor-red-m.png
Binary files differ
diff --git a/data/themes/pink/target-cursor-red-s.png b/data/themes/pink/target-cursor-red-s.png
new file mode 100644
index 000000000..09195f440
--- /dev/null
+++ b/data/themes/pink/target-cursor-red-s.png
Binary files differ
diff --git a/data/themes/pink/unknown-item.png b/data/themes/pink/unknown-item.png
new file mode 100644
index 000000000..a4273f7c7
--- /dev/null
+++ b/data/themes/pink/unknown-item.png
Binary files differ
diff --git a/data/themes/pink/vscroll_down_default.png b/data/themes/pink/vscroll_down_default.png
new file mode 100644
index 000000000..1d1c60969
--- /dev/null
+++ b/data/themes/pink/vscroll_down_default.png
Binary files differ
diff --git a/data/themes/pink/vscroll_down_highlight.png b/data/themes/pink/vscroll_down_highlight.png
new file mode 100644
index 000000000..a4f33287c
--- /dev/null
+++ b/data/themes/pink/vscroll_down_highlight.png
Binary files differ
diff --git a/data/themes/pink/vscroll_down_pressed.png b/data/themes/pink/vscroll_down_pressed.png
new file mode 100644
index 000000000..c4e58ca1c
--- /dev/null
+++ b/data/themes/pink/vscroll_down_pressed.png
Binary files differ
diff --git a/data/themes/pink/vscroll_grey.png b/data/themes/pink/vscroll_grey.png
new file mode 100644
index 000000000..3c372e65d
--- /dev/null
+++ b/data/themes/pink/vscroll_grey.png
Binary files differ
diff --git a/data/themes/pink/vscroll_highlight.png b/data/themes/pink/vscroll_highlight.png
new file mode 100644
index 000000000..aa29b4abc
--- /dev/null
+++ b/data/themes/pink/vscroll_highlight.png
Binary files differ
diff --git a/data/themes/pink/vscroll_up_default.png b/data/themes/pink/vscroll_up_default.png
new file mode 100644
index 000000000..90be8cd7a
--- /dev/null
+++ b/data/themes/pink/vscroll_up_default.png
Binary files differ
diff --git a/data/themes/pink/vscroll_up_highlight.png b/data/themes/pink/vscroll_up_highlight.png
new file mode 100644
index 000000000..da4b00ee1
--- /dev/null
+++ b/data/themes/pink/vscroll_up_highlight.png
Binary files differ
diff --git a/data/themes/pink/vscroll_up_pressed.png b/data/themes/pink/vscroll_up_pressed.png
new file mode 100644
index 000000000..36ed879ad
--- /dev/null
+++ b/data/themes/pink/vscroll_up_pressed.png
Binary files differ
diff --git a/data/themes/pink/window.png b/data/themes/pink/window.png
new file mode 100644
index 000000000..9801f1998
--- /dev/null
+++ b/data/themes/pink/window.png
Binary files differ
diff --git a/data/themes/pink/window.xml b/data/themes/pink/window.xml
new file mode 100644
index 000000000..ab1d7927e
--- /dev/null
+++ b/data/themes/pink/window.xml
@@ -0,0 +1,19 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <!-- <option name="padding" value="10" /> -->
+ <!-- Top Row -->
+ <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" />
+ <part type="top-edge" xpos="0" ypos="10" width="10" height="10" />
+ <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" />
+
+ <!-- Middle Row -->
+ <part type="left-edge" xpos="0" ypos="30" width="10" height="10" />
+ <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" />
+ <part type="right-edge" xpos="0" ypos="50" width="10" height="10" />
+
+ <!-- Bottom Row -->
+ <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" />
+ <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" />
+ <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" />
+ </widget>
+</skinset>
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index d0743eb22..3269962d0 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -193,6 +193,7 @@ Section "Core files (required)" SecCore
CreateDirectory "$INSTDIR\data\themes\blackwood"
CreateDirectory "$INSTDIR\data\themes\classic"
CreateDirectory "$INSTDIR\data\themes\enchilado"
+ CreateDirectory "$INSTDIR\data\themes\pink"
CreateDirectory "$INSTDIR\data\themes\redandblack"
CreateDirectory "$INSTDIR\data\themes\wood"
CreateDirectory "$INSTDIR\docs"
@@ -231,6 +232,9 @@ Section "Core files (required)" SecCore
SetOutPath "$INSTDIR\data\themes\enchilado"
File "${SRCDIR}\data\themes\enchilado\*.png"
File "${SRCDIR}\data\themes\enchilado\*.xml"
+ SetOutPath "$INSTDIR\data\themes\pink"
+ File "${SRCDIR}\data\themes\pink\*.png"
+ File "${SRCDIR}\data\themes\pink\*.xml"
SetOutPath "$INSTDIR\data\themes\redandblack"
File "${SRCDIR}\data\themes\redandblack\*.png"
File "${SRCDIR}\data\themes\redandblack\*.xml"