diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:20:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:22:57 +0300 |
commit | 82e111b764205e9f070c2af0562433800b9eabea (patch) | |
tree | 57c54780203ec2d3a3e79f476eda838dadacdd14 /data/themes/mana | |
parent | e09cff19fba98786e2bbc551066cbb11d189f687 (diff) | |
download | plus-82e111b764205e9f070c2af0562433800b9eabea.tar.gz plus-82e111b764205e9f070c2af0562433800b9eabea.tar.bz2 plus-82e111b764205e9f070c2af0562433800b9eabea.tar.xz plus-82e111b764205e9f070c2af0562433800b9eabea.zip |
Add label own color.
Parameter "LABEL" in colors.xml
Diffstat (limited to 'data/themes/mana')
-rw-r--r-- | data/themes/mana/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/mana/colors.xml b/data/themes/mana/colors.xml index cbf28baa5..41c63a63f 100644 --- a/data/themes/mana/colors.xml +++ b/data/themes/mana/colors.xml @@ -8,6 +8,7 @@ <color id="BUTTON_DISABLED" color="#333333" /> <color id="CHECKBOX" color="#000000" /> <color id="DROPDOWN" color="#000000" /> + <color id="LABEL" color="#000000" /> <color id="TAB" color="#000000" /> <color id="PARTY_CHAT_TAB" color="#f48055" /> <color id="PARTY_SOCIAL_TAB" color="#ff00d8" /> |