diff options
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 | 3 | ||||
-rw-r--r-- | data/themes/unity/colors.xml | 3 | ||||
-rw-r--r-- | data/themes/wood/colors.xml | 1 |
9 files changed, 11 insertions, 2 deletions
diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml index be850d515..c9a113e92 100644 --- a/data/graphics/gui/colors.xml +++ b/data/graphics/gui/colors.xml @@ -121,4 +121,5 @@ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> + <progressbar id="MONEY" color="#e1c819" /> </colors> diff --git a/data/themes/blacknblack/colors.xml b/data/themes/blacknblack/colors.xml index 21728f3b2..37f163493 100644 --- a/data/themes/blacknblack/colors.xml +++ b/data/themes/blacknblack/colors.xml @@ -122,4 +122,5 @@ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> + <progressbar id="MONEY" color="#e1c819" /> </colors> diff --git a/data/themes/blackwood/colors.xml b/data/themes/blackwood/colors.xml index e6f36f0ba..f7965c7ba 100644 --- a/data/themes/blackwood/colors.xml +++ b/data/themes/blackwood/colors.xml @@ -121,4 +121,5 @@ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> + <progressbar id="MONEY" color="#e1c819" /> </colors> diff --git a/data/themes/enchilado/colors.xml b/data/themes/enchilado/colors.xml index 43ce45ac6..b0693b056 100644 --- a/data/themes/enchilado/colors.xml +++ b/data/themes/enchilado/colors.xml @@ -122,4 +122,5 @@ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> + <progressbar id="MONEY" color="#e1c819" /> </colors> diff --git a/data/themes/jewelry/colors.xml b/data/themes/jewelry/colors.xml index ecc02ddb0..f25a83130 100644 --- a/data/themes/jewelry/colors.xml +++ b/data/themes/jewelry/colors.xml @@ -382,4 +382,5 @@ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> + <progressbar id="MONEY" color="#e1c819" /> </colors> diff --git a/data/themes/mana/colors.xml b/data/themes/mana/colors.xml index 23e60978a..230f02fcd 100644 --- a/data/themes/mana/colors.xml +++ b/data/themes/mana/colors.xml @@ -122,4 +122,5 @@ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> + <progressbar id="MONEY" color="#e1c819" /> </colors> diff --git a/data/themes/pink/colors.xml b/data/themes/pink/colors.xml index dca5cd5ae..91f7e4517 100644 --- a/data/themes/pink/colors.xml +++ b/data/themes/pink/colors.xml @@ -122,4 +122,5 @@ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> -</colors>
\ No newline at end of file + <progressbar id="MONEY" color="#e1c819" /> +</colors> diff --git a/data/themes/unity/colors.xml b/data/themes/unity/colors.xml index 416565730..d37b4d82d 100644 --- a/data/themes/unity/colors.xml +++ b/data/themes/unity/colors.xml @@ -121,4 +121,5 @@ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> -</colors>
\ No newline at end of file + <progressbar id="MONEY" color="#e1c819" /> +</colors> diff --git a/data/themes/wood/colors.xml b/data/themes/wood/colors.xml index a19d4c7fb..9d6bb31e3 100644 --- a/data/themes/wood/colors.xml +++ b/data/themes/wood/colors.xml @@ -122,4 +122,5 @@ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> <progressbar id="UPDATE" color="#969696" /> + <progressbar id="MONEY" color="#e1c819" /> </colors> |