diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:49:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:49:15 +0300 |
commit | 82abefd7567f361311b62cd96a0e9e738e233beb (patch) | |
tree | 37dbd6406074a89d01a8c2380d88bc7033e9d497 /data/themes/pink | |
parent | 6b6d627f2c95d29d576c90def4764869ea1fa2fb (diff) | |
download | plus-82abefd7567f361311b62cd96a0e9e738e233beb.tar.gz plus-82abefd7567f361311b62cd96a0e9e738e233beb.tar.bz2 plus-82abefd7567f361311b62cd96a0e9e738e233beb.tar.xz plus-82abefd7567f361311b62cd96a0e9e738e233beb.zip |
Add textfield own color.
Parameter "TEXTFIELD" in colors.xml
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 301eacf2b..7ce80b0b1 100644 --- a/data/themes/pink/colors.xml +++ b/data/themes/pink/colors.xml @@ -13,6 +13,7 @@ <color id="RADIOBUTTON" color="#FF00FF" /> <color id="TAB" color="#FF32FF" /> <color id="TEXTBOX" color="#FF00FF" /> + <color id="TEXTFIELD" color="#FF00FF" /> <color id="PARTY_CHAT_TAB" color="#f48055" /> <color id="PARTY_SOCIAL_TAB" color="#f48055" /> <color id="GUILD_CHAT_TAB" color="#f48055" /> |