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 | |
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')
-rw-r--r-- | data/graphics/gui/colors.xml | 1 | ||||
-rw-r--r-- | data/themes/blacknblack/colors.xml | 1 | ||||
-rw-r--r-- | data/themes/blackwood/colors.xml | 1 | ||||
-rw-r--r-- | data/themes/enchilado/colors.xml | 1 | ||||
-rw-r--r-- | data/themes/jewelry/colors.xml | 1 | ||||
-rw-r--r-- | data/themes/mana/colors.xml | 1 | ||||
-rw-r--r-- | data/themes/pink/colors.xml | 1 | ||||
-rw-r--r-- | data/themes/unity/colors.xml | 1 | ||||
-rw-r--r-- | data/themes/wood/colors.xml | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml index 216197dc5..fdb3f62d3 100644 --- a/data/graphics/gui/colors.xml +++ b/data/graphics/gui/colors.xml @@ -127,4 +127,5 @@ <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> <progressbar id="ARROWS" color="#e1c819" /> + <progressbar id="STATUS" color="#8fc0d3" /> </colors> 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> diff --git a/data/themes/blackwood/colors.xml b/data/themes/blackwood/colors.xml index 5e422d59a..3bccdde8a 100644 --- a/data/themes/blackwood/colors.xml +++ b/data/themes/blackwood/colors.xml @@ -127,4 +127,5 @@ <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> <progressbar id="ARROWS" color="#e1c819" /> + <progressbar id="STATUS" color="#8fc0d3" /> </colors> diff --git a/data/themes/enchilado/colors.xml b/data/themes/enchilado/colors.xml index 0dcd1495e..fd98e0066 100644 --- a/data/themes/enchilado/colors.xml +++ b/data/themes/enchilado/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> diff --git a/data/themes/jewelry/colors.xml b/data/themes/jewelry/colors.xml index 07ad91f01..c37ca7a39 100644 --- a/data/themes/jewelry/colors.xml +++ b/data/themes/jewelry/colors.xml @@ -396,4 +396,5 @@ <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> <progressbar id="ARROWS" color="#e1c819" /> + <progressbar id="STATUS" color="#8fc0d3" /> </colors> diff --git a/data/themes/mana/colors.xml b/data/themes/mana/colors.xml index 4dfbb9a89..d6b755bc8 100644 --- a/data/themes/mana/colors.xml +++ b/data/themes/mana/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> diff --git a/data/themes/pink/colors.xml b/data/themes/pink/colors.xml index a411620db..70e1be1f8 100644 --- a/data/themes/pink/colors.xml +++ b/data/themes/pink/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> diff --git a/data/themes/unity/colors.xml b/data/themes/unity/colors.xml index 0d6205759..ff0d6a943 100644 --- a/data/themes/unity/colors.xml +++ b/data/themes/unity/colors.xml @@ -127,4 +127,5 @@ <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> <progressbar id="ARROWS" color="#e1c819" /> + <progressbar id="STATUS" color="#8fc0d3" /> </colors> diff --git a/data/themes/wood/colors.xml b/data/themes/wood/colors.xml index a546e593f..ef4196616 100644 --- a/data/themes/wood/colors.xml +++ b/data/themes/wood/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> |