diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 16:35:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 16:35:22 +0300 |
commit | 848d757b0d801780253d34bf11ebd88c26254ff0 (patch) | |
tree | 478a5f02efdff332200eacf3f81739cb16195f63 /data/themes | |
parent | b90b75b19839d8141cc682fe4b97532e706b16bd (diff) | |
download | plus-848d757b0d801780253d34bf11ebd88c26254ff0.tar.gz plus-848d757b0d801780253d34bf11ebd88c26254ff0.tar.bz2 plus-848d757b0d801780253d34bf11ebd88c26254ff0.tar.xz plus-848d757b0d801780253d34bf11ebd88c26254ff0.zip |
add background color for arrows bar.
New progress color: ARROWS.
Diffstat (limited to 'data/themes')
-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 |
8 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/blacknblack/colors.xml b/data/themes/blacknblack/colors.xml index 05f428a17..08eda2504 100644 --- a/data/themes/blacknblack/colors.xml +++ b/data/themes/blacknblack/colors.xml @@ -125,4 +125,5 @@ <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> + <progressbar id="ARROWS" color="#e1c819" /> </colors> diff --git a/data/themes/blackwood/colors.xml b/data/themes/blackwood/colors.xml index 7168f1529..7d848a908 100644 --- a/data/themes/blackwood/colors.xml +++ b/data/themes/blackwood/colors.xml @@ -124,4 +124,5 @@ <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> + <progressbar id="ARROWS" color="#e1c819" /> </colors> diff --git a/data/themes/enchilado/colors.xml b/data/themes/enchilado/colors.xml index 41b307632..6efc2eb8b 100644 --- a/data/themes/enchilado/colors.xml +++ b/data/themes/enchilado/colors.xml @@ -125,4 +125,5 @@ <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> + <progressbar id="ARROWS" color="#e1c819" /> </colors> diff --git a/data/themes/jewelry/colors.xml b/data/themes/jewelry/colors.xml index 2921e09d6..7fda5b66f 100644 --- a/data/themes/jewelry/colors.xml +++ b/data/themes/jewelry/colors.xml @@ -389,4 +389,5 @@ <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> + <progressbar id="ARROWS" color="#e1c819" /> </colors> diff --git a/data/themes/mana/colors.xml b/data/themes/mana/colors.xml index a3b1b125a..81ec67d5c 100644 --- a/data/themes/mana/colors.xml +++ b/data/themes/mana/colors.xml @@ -125,4 +125,5 @@ <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> + <progressbar id="ARROWS" color="#e1c819" /> </colors> diff --git a/data/themes/pink/colors.xml b/data/themes/pink/colors.xml index 81f49149a..028c79ced 100644 --- a/data/themes/pink/colors.xml +++ b/data/themes/pink/colors.xml @@ -125,4 +125,5 @@ <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> + <progressbar id="ARROWS" color="#e1c819" /> </colors> diff --git a/data/themes/unity/colors.xml b/data/themes/unity/colors.xml index 7ee51cdf0..49e48d529 100644 --- a/data/themes/unity/colors.xml +++ b/data/themes/unity/colors.xml @@ -124,4 +124,5 @@ <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> + <progressbar id="ARROWS" color="#e1c819" /> </colors> diff --git a/data/themes/wood/colors.xml b/data/themes/wood/colors.xml index f4d59a61e..f9985e4f8 100644 --- a/data/themes/wood/colors.xml +++ b/data/themes/wood/colors.xml @@ -125,4 +125,5 @@ <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> <progressbar id="MONEY" color="#e1c819" /> + <progressbar id="ARROWS" color="#e1c819" /> </colors> |