summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-04 23:03:47 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-04 23:03:47 +0100
commitc91fb6d5826a39ab0f560737936ca16b019946c2 (patch)
tree5b640e8a7ca6339013dfb0f8e53255c1f29694ea
parent3181bc7610b80c360dc59a88b0408099e8ae3bc9 (diff)
downloadplus-c91fb6d5826a39ab0f560737936ca16b019946c2.tar.gz
plus-c91fb6d5826a39ab0f560737936ca16b019946c2.tar.bz2
plus-c91fb6d5826a39ab0f560737936ca16b019946c2.tar.xz
plus-c91fb6d5826a39ab0f560737936ca16b019946c2.zip
Fix beingpopup style in Jewelry Theme.
-rw-r--r--data/themes/jewelry/CMakeLists.txt1
-rw-r--r--data/themes/jewelry/Makefile.am1
-rw-r--r--data/themes/jewelry/beingpopup.xml23
-rw-r--r--data/themes/jewelry/colors.xml2
4 files changed, 26 insertions, 1 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt
index f30a82ab9..b00fdf839 100644
--- a/data/themes/jewelry/CMakeLists.txt
+++ b/data/themes/jewelry/CMakeLists.txt
@@ -1,4 +1,5 @@
SET (FILES
+ beingpopup.xml
browserbox.xml
button.xml
button_disabled.xml
diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am
index 4c018ca3f..63e3f58ae 100644
--- a/data/themes/jewelry/Makefile.am
+++ b/data/themes/jewelry/Makefile.am
@@ -2,6 +2,7 @@
guidir = $(pkgdatadir)/data/themes/jewelry
gui_DATA = \
+ beingpopup.xml \
browserbox.xml \
button.xml \
button_disabled.xml \
diff --git a/data/themes/jewelry/beingpopup.xml b/data/themes/jewelry/beingpopup.xml
new file mode 100644
index 000000000..800a8190b
--- /dev/null
+++ b/data/themes/jewelry/beingpopup.xml
@@ -0,0 +1,23 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window" xpos="260" ypos="109">
+
+ <option name="padding" value="12" />
+ <option name="palette" value="1" />
+
+ <!-- Top Row -->
+ <part type="top-left-corner" width="30" height="15" />
+ <part type="top-edge" xpos="31" ypos="0" width="48" height="15" />
+ <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" />
+
+ <!-- Middle Row -->
+ <part type="left-edge" xpos="0" ypos="16" width="30" height="10" />
+ <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" />
+ <part type="right-edge" xpos="80" ypos="16" width="30" height="10" />
+
+ <!-- Bottom Row -->
+ <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="15" />
+ <part type="bottom-edge" xpos="31" ypos="27" width="48" height="15" />
+ <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="15" />
+
+ </widget>
+</skinset>
diff --git a/data/themes/jewelry/colors.xml b/data/themes/jewelry/colors.xml
index 578c6e326..2cb064f16 100644
--- a/data/themes/jewelry/colors.xml
+++ b/data/themes/jewelry/colors.xml
@@ -165,7 +165,7 @@
<color id="AMMO" color="#b4d7ec" />
<color id="SERVER_VERSION_NOT_SUPPORTED" color="#DC0000" />
<color id="WARNING" color="#FF0000" />
- <color id="PLAYER_ADVANCED" color="#005000" />
+ <color id="PLAYER_ADVANCED" color="#f9eabc" />
<color id="BUBBLE_NAME" color="#cccccc" />
<color id="BUBBLE_TEXT" color="#ffffff" />
<color id="RED" color="#ff8080" />