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/unity | |
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/unity')
-rw-r--r-- | data/themes/unity/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/unity/colors.xml b/data/themes/unity/colors.xml index 7cd475a13..b84422328 100644 --- a/data/themes/unity/colors.xml +++ b/data/themes/unity/colors.xml @@ -7,6 +7,7 @@ <color id="BUTTON_DISABLED" color="#FC6400" /> <color id="CHECKBOX" color="#FE9750" /> <color id="DROPDOWN" color="#FE9750" /> + <color id="LABEL" color="#FE9750" /> <color id="TAB" color="#F0F0F0" /> <color id="PARTY_CHAT_TAB" color="#E0E0E0" /> <color id="PARTY_SOCIAL_TAB" color="#E0E0E0" /> |