diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 17:22:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 17:22:06 +0300 |
commit | 9e34f49d48d6e07edd307888230d4d3e4f8ecfb3 (patch) | |
tree | 8367d709604894a514d0c796d3cc5cff350d4920 /data/themes/blacknblack | |
parent | 0677e4c9777eaad3dacbd4079939c501fec6f58b (diff) | |
download | plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.tar.gz plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.tar.bz2 plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.tar.xz plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.zip |
add background color for status (yellow) bar.
New progress color: STATUS.
Diffstat (limited to 'data/themes/blacknblack')
-rw-r--r-- | data/themes/blacknblack/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/blacknblack/colors.xml b/data/themes/blacknblack/colors.xml index 15e753947..b8efd59e0 100644 --- a/data/themes/blacknblack/colors.xml +++ b/data/themes/blacknblack/colors.xml @@ -128,4 +128,5 @@ <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> <progressbar id="ARROWS" color="#e1c819" /> + <progressbar id="STATUS" color="#8fc0d3" /> </colors> |