diff options
Diffstat (limited to 'wallet/src/main/res/values')
-rw-r--r-- | wallet/src/main/res/values/colors.xml | 6 | ||||
-rw-r--r-- | wallet/src/main/res/values/ic_launcher_background.xml | 19 |
2 files changed, 5 insertions, 20 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> diff --git a/wallet/src/main/res/values/ic_launcher_background.xml b/wallet/src/main/res/values/ic_launcher_background.xml index f35a21b..71efc64 100644 --- a/wallet/src/main/res/values/ic_launcher_background.xml +++ b/wallet/src/main/res/values/ic_launcher_background.xml @@ -1,19 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - ~ This file is part of GNU Taler - ~ (C) 2020 Taler Systems S.A. - ~ - ~ GNU Taler is free software; you can redistribute it and/or modify it under the - ~ terms of the GNU General Public License as published by the Free Software - ~ Foundation; either version 3, or (at your option) any later version. - ~ - ~ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY - ~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - ~ A PARTICULAR PURPOSE. See the GNU General Public License for more details. - ~ - ~ You should have received a copy of the GNU General Public License along with - ~ GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> - --> - +<?xml version="1.0" encoding="utf-8"?> <resources> - <color name="ic_launcher_background">#000000</color> + <color name="ic_launcher_background">#3047a3</color> </resources>
\ No newline at end of file |