diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:02:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:02:00 +0300 |
commit | 8173f60c83d176e10412b1dc1191d7987cebdb10 (patch) | |
tree | a58654240215f64676ab73850ecb29ee83a04631 /data/themes/unity | |
parent | 46696c84bad31e35e003b5c09998503119b128eb (diff) | |
download | plus-8173f60c83d176e10412b1dc1191d7987cebdb10.tar.gz plus-8173f60c83d176e10412b1dc1191d7987cebdb10.tar.bz2 plus-8173f60c83d176e10412b1dc1191d7987cebdb10.tar.xz plus-8173f60c83d176e10412b1dc1191d7987cebdb10.zip |
Add checkbox own color.
Parameter "CHECKBOX" 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 059d8cce7..b7c983d93 100644 --- a/data/themes/unity/colors.xml +++ b/data/themes/unity/colors.xml @@ -5,6 +5,7 @@ <color id="PROGRESS_BAR" color="#ffffff" /> <color id="BUTTON" color="#FE9750" /> <color id="BUTTON_DISABLED" color="#FC6400" /> + <color id="CHECKBOX" color="#FE9750" /> <color id="TAB" color="#F0F0F0" /> <color id="PARTY_CHAT_TAB" color="#E0E0E0" /> <color id="PARTY_SOCIAL_TAB" color="#E0E0E0" /> |