diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-03 21:28:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-03 21:28:50 +0300 |
commit | bbc361c48389875a8a67d138bc05aad30070b916 (patch) | |
tree | 8d2fcdf36e953b54904357b0a14a76bb469c2337 /data/themes/blacknblack | |
parent | 54a54eb5317650fc3306d200517bcc48bb7f1d9c (diff) | |
download | plus-bbc361c48389875a8a67d138bc05aad30070b916.tar.gz plus-bbc361c48389875a8a67d138bc05aad30070b916.tar.bz2 plus-bbc361c48389875a8a67d138bc05aad30070b916.tar.xz plus-bbc361c48389875a8a67d138bc05aad30070b916.zip |
add UPDATE color into progress bar colors.
New progress color: UPDATE.
also removed DEFAULT progress color.
Diffstat (limited to 'data/themes/blacknblack')
-rw-r--r-- | data/themes/blacknblack/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/themes/blacknblack/colors.xml b/data/themes/blacknblack/colors.xml index ff89683c8..b89548679 100644 --- a/data/themes/blacknblack/colors.xml +++ b/data/themes/blacknblack/colors.xml @@ -101,7 +101,6 @@ <color id="BROWN" color="#ffffff" /> </palette> - <progressbar id="DEFAULT" color="#969696" /> <progressbar id="HP" color="#ff0000,e28000,c38948,0f6a20" /> <progressbar id="MP" color="#1a66e6" /> <progressbar id="NO_MP" color="#646464" /> @@ -109,4 +108,5 @@ <progressbar id="INVY_SLOTS" color="#e1c819" /> <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> + <progressbar id="UPDATE" color="#969696" /> </colors> |