diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 15:11:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 15:11:31 +0300 |
commit | 2e5188851e2267a4e5e84170a7e0d55678972c7b (patch) | |
tree | 391c8b3277b3214f2706b85962e7d5a093c40f00 /data/graphics | |
parent | e6848c0aa8b1447c5e19bd1923f3fbd2866e635b (diff) | |
download | plus-2e5188851e2267a4e5e84170a7e0d55678972c7b.tar.gz plus-2e5188851e2267a4e5e84170a7e0d55678972c7b.tar.bz2 plus-2e5188851e2267a4e5e84170a7e0d55678972c7b.tar.xz plus-2e5188851e2267a4e5e84170a7e0d55678972c7b.zip |
add background color for money bar.
New progress color: MONEY.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml index be850d515..c9a113e92 100644 --- a/data/graphics/gui/colors.xml +++ b/data/graphics/gui/colors.xml @@ -121,4 +121,5 @@ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> + <progressbar id="MONEY" color="#e1c819" /> </colors> |