summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/values/colors.xml
blob: ce76c1d107ac7f7987866bcff714c576c2eade37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?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/>
  -->

<resources>
    <color name="colorPrimary">#3047a3</color>
    <color name="colorPrimaryDark">#152238</color>
    <color name="colorAccent">#BB1D24</color>

    <!-- Material 3 theme builder -->
    <color name="seed">#3047a3</color>
    <color name="md_theme_light_primary">#4157B4</color>
    <color name="md_theme_light_onPrimary">#FFFFFF</color>
    <color name="md_theme_light_primaryContainer">#DDE1FF</color>
    <color name="md_theme_light_onPrimaryContainer">#001355</color>
    <color name="md_theme_light_secondary">#2B5EA7</color>
    <color name="md_theme_light_onSecondary">#FFFFFF</color>
    <color name="md_theme_light_secondaryContainer">#D7E3FF</color>
    <color name="md_theme_light_onSecondaryContainer">#001B3E</color>
    <color name="md_theme_light_tertiary">#B91B23</color>
    <color name="md_theme_light_onTertiary">#FFFFFF</color>
    <color name="md_theme_light_tertiaryContainer">#FFDAD7</color>
    <color name="md_theme_light_onTertiaryContainer">#410004</color>
    <color name="md_theme_light_error">#BA1A1A</color>
    <color name="md_theme_light_errorContainer">#FFDAD6</color>
    <color name="md_theme_light_onError">#FFFFFF</color>
    <color name="md_theme_light_onErrorContainer">#410002</color>
    <color name="md_theme_light_background">#F8FDFF</color>
    <color name="md_theme_light_onBackground">#001F25</color>
    <color name="md_theme_light_surface">#F8FDFF</color>
    <color name="md_theme_light_onSurface">#001F25</color>
    <color name="md_theme_light_surfaceVariant">#E2E1EC</color>
    <color name="md_theme_light_onSurfaceVariant">#45464F</color>
    <color name="md_theme_light_outline">#767680</color>
    <color name="md_theme_light_inverseOnSurface">#D6F6FF</color>
    <color name="md_theme_light_inverseSurface">#00363F</color>
    <color name="md_theme_light_inversePrimary">#B8C3FF</color>
    <color name="md_theme_light_shadow">#000000</color>
    <color name="md_theme_light_surfaceTint">#4157B4</color>
    <color name="md_theme_light_outlineVariant">#C6C5D0</color>
    <color name="md_theme_light_scrim">#000000</color>
    <color name="md_theme_dark_primary">#B8C3FF</color>
    <color name="md_theme_dark_onPrimary">#042584</color>
    <color name="md_theme_dark_primaryContainer">#263E9A</color>
    <color name="md_theme_dark_onPrimaryContainer">#DDE1FF</color>
    <color name="md_theme_dark_secondary">#AAC7FF</color>
    <color name="md_theme_dark_onSecondary">#002F65</color>
    <color name="md_theme_dark_secondaryContainer">#00458E</color>
    <color name="md_theme_dark_onSecondaryContainer">#D7E3FF</color>
    <color name="md_theme_dark_tertiary">#FFB3AD</color>
    <color name="md_theme_dark_onTertiary">#680009</color>
    <color name="md_theme_dark_tertiaryContainer">#930012</color>
    <color name="md_theme_dark_onTertiaryContainer">#FFDAD7</color>
    <color name="md_theme_dark_error">#FFB4AB</color>
    <color name="md_theme_dark_errorContainer">#93000A</color>
    <color name="md_theme_dark_onError">#690005</color>
    <color name="md_theme_dark_onErrorContainer">#FFDAD6</color>
    <color name="md_theme_dark_background">#001F25</color>
    <color name="md_theme_dark_onBackground">#A6EEFF</color>
    <color name="md_theme_dark_surface">#001F25</color>
    <color name="md_theme_dark_onSurface">#A6EEFF</color>
    <color name="md_theme_dark_surfaceVariant">#45464F</color>
    <color name="md_theme_dark_onSurfaceVariant">#C6C5D0</color>
    <color name="md_theme_dark_outline">#90909A</color>
    <color name="md_theme_dark_inverseOnSurface">#001F25</color>
    <color name="md_theme_dark_inverseSurface">#A6EEFF</color>
    <color name="md_theme_dark_inversePrimary">#4157B4</color>
    <color name="md_theme_dark_shadow">#000000</color>
    <color name="md_theme_dark_surfaceTint">#B8C3FF</color>
    <color name="md_theme_dark_outlineVariant">#45464F</color>
    <color name="md_theme_dark_scrim">#000000</color>
</resources>