diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-21 23:28:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-21 23:28:16 +0300 |
commit | 42c0ad1606c1169422b0baba3b4d4ba1d1129d36 (patch) | |
tree | 4399c3472e52c594c20bfe52b8c31a05158f6c17 /data/themes/mana | |
parent | 0db159ef0f611ba014c59e773a59661b92ab7fde (diff) | |
download | plus-42c0ad1606c1169422b0baba3b4d4ba1d1129d36.tar.gz plus-42c0ad1606c1169422b0baba3b4d4ba1d1129d36.tar.bz2 plus-42c0ad1606c1169422b0baba3b4d4ba1d1129d36.tar.xz plus-42c0ad1606c1169422b0baba3b4d4ba1d1129d36.zip |
Add two new colors to themes.
BUBBLE_NAME for speaker nick.
BUBBLE_TEXT for speach text.
Diffstat (limited to 'data/themes/mana')
-rw-r--r-- | data/themes/mana/colors.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/mana/colors.xml b/data/themes/mana/colors.xml index 45937e268..79821eff2 100644 --- a/data/themes/mana/colors.xml +++ b/data/themes/mana/colors.xml @@ -48,6 +48,8 @@ <color id="SERVER_VERSION_NOT_SUPPORTED" color="#DC0000" /> <color id="WARNING" color="#FF0000" /> <color id="PLAYER_ADVANCED" color="#005000" /> + <color id="BUBBLE_NAME" color="#ffffff" /> + <color id="BUBBLE_TEXT" color="#ffffff" /> <color id="RED" color="#ff0000" /> <color id="GREEN" color="#009000" /> |