diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-08-02 03:44:20 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-08-02 03:45:05 +0200 |
commit | 300efa1475c4d671c4967a46e5c2f5a3437074d3 (patch) | |
tree | 1b847b5bbad6f2b3830a6e143eb432255f85a286 | |
parent | bb45602e36b4e8869c2d888277d706124e131904 (diff) | |
download | mana-300efa1475c4d671c4967a46e5c2f5a3437074d3.tar.gz mana-300efa1475c4d671c4967a46e5c2f5a3437074d3.tar.bz2 mana-300efa1475c4d671c4967a46e5c2f5a3437074d3.tar.xz mana-300efa1475c4d671c4967a46e5c2f5a3437074d3.zip |
Changed color of download progressbarlpc2012submission
-rw-r--r-- | data/graphics/gui/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml index 52b755f2..db35ac41 100644 --- a/data/graphics/gui/colors.xml +++ b/data/graphics/gui/colors.xml @@ -48,5 +48,5 @@ <progressbar id="INVY_SLOTS" color="#e1c819" /> <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> - <progressbar id="DOWNLOAD" color="#ff0000" /> + <progressbar id="DOWNLOAD" color="#ded387" /> </colors> |