diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-22 04:38:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-22 04:38:03 +0300 |
commit | 8257d7d35e0dd915512df06cafb810f4611be06a (patch) | |
tree | 7d4449df4e7b9e27bd1e069eb0132931dfd2a5f1 /data/themes/pink | |
parent | dddfb405de9d04f50d3a95cc3b0ebc3e49884a65 (diff) | |
download | plus-8257d7d35e0dd915512df06cafb810f4611be06a.tar.gz plus-8257d7d35e0dd915512df06cafb810f4611be06a.tar.bz2 plus-8257d7d35e0dd915512df06cafb810f4611be06a.tar.xz plus-8257d7d35e0dd915512df06cafb810f4611be06a.zip |
Fix some theme font colors in different gui elements.
Add new color ITEM_NOT_EQUIPPED.
Diffstat (limited to 'data/themes/pink')
-rw-r--r-- | data/themes/pink/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/pink/colors.xml b/data/themes/pink/colors.xml index b49be8015..2e56c6e3c 100644 --- a/data/themes/pink/colors.xml +++ b/data/themes/pink/colors.xml @@ -16,6 +16,7 @@ <color id="TAB_PLAYER_FLASH" color="#00ff00" effect="pulse" /> <color id="SHOP_WARNING" color="#910000" /> <color id="ITEM_EQUIPPED" color="#000091" /> + <color id="ITEM_NOT_EQUIPPED" color="#000000" /> <color id="CHAT" color="#FF00FF" /> <color id="GM" color="#ff0000" /> <color id="PLAYER" color="#009000" /> |