diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-28 18:50:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-28 19:04:29 +0300 |
commit | 285db66255e63f3967ae806eb888d4742cff3d9f (patch) | |
tree | 8b0a34c8ccec3b4f20176e1f64993f500e6dd73b /data/themes/mana | |
parent | d2b9c0a5ec5cd14736c96a28dcccb5f298a5f0aa (diff) | |
download | plus-285db66255e63f3967ae806eb888d4742cff3d9f.tar.gz plus-285db66255e63f3967ae806eb888d4742cff3d9f.tar.bz2 plus-285db66255e63f3967ae806eb888d4742cff3d9f.tar.xz plus-285db66255e63f3967ae806eb888d4742cff3d9f.zip |
Move simple colors to themes.
Need add to all themes, or all simple colors will be black.
Diffstat (limited to 'data/themes/mana')
-rw-r--r-- | data/themes/mana/colors.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/themes/mana/colors.xml b/data/themes/mana/colors.xml index c623b8396..45937e268 100644 --- a/data/themes/mana/colors.xml +++ b/data/themes/mana/colors.xml @@ -49,6 +49,16 @@ <color id="WARNING" color="#FF0000" /> <color id="PLAYER_ADVANCED" color="#005000" /> + <color id="RED" color="#ff0000" /> + <color id="GREEN" color="#009000" /> + <color id="BLUE" color="#0000ff" /> + <color id="ORANGE" color="#e0980e" /> + <color id="YELLOW" color="#f1dc27" /> + <color id="PINK" color="#ff00d8" /> + <color id="PURPLE" color="#8415e2" /> + <color id="GRAY" color="#919191" /> + <color id="BROWN" color="#8e4c17" /> + <progressbar id="DEFAULT" color="#969696" /> <progressbar id="HP" color="#ff0000,e28000,c38948,0f6a20" /> <progressbar id="MP" color="#1a66e6" /> |