aboutsummaryrefslogtreecommitdiff
path: root/wallet/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-09-23 14:23:39 -0300
committerTorsten Grote <t@grobox.de>2020-09-23 14:23:39 -0300
commitcb96c14878499f5d55f2ac35b917f840f2a40149 (patch)
tree5afcdca49621fff59ccce09128b9daf69885a7bc /wallet/src/main/res/values/colors.xml
parentc0a8673e9f97fbeb565000fe85d2f1ce55f6e8c2 (diff)
downloadtaler-android-cb96c14878499f5d55f2ac35b917f840f2a40149.tar.gz
taler-android-cb96c14878499f5d55f2ac35b917f840f2a40149.tar.bz2
taler-android-cb96c14878499f5d55f2ac35b917f840f2a40149.zip
[wallet] update to new Taler logo
Diffstat (limited to 'wallet/src/main/res/values/colors.xml')
-rw-r--r--wallet/src/main/res/values/colors.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/wallet/src/main/res/values/colors.xml b/wallet/src/main/res/values/colors.xml
index 6413bb8..ba2804e 100644
--- a/wallet/src/main/res/values/colors.xml
+++ b/wallet/src/main/res/values/colors.xml
@@ -15,7 +15,7 @@
-->
<resources>
- <color name="colorPrimary">#283593</color>
- <color name="colorPrimaryDark">#1A237E</color>
- <color name="colorAccent">#AE1010</color>
+ <color name="colorPrimary">#3047a3</color>
+ <color name="colorPrimaryDark">#152238</color>
+ <color name="colorAccent">#BB1D24</color>
</resources>