taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

colors.xml (21545B)


      1 <?xml version="1.0" encoding="utf-8"?><!--
      2   ~ This file is part of GNU Taler
      3   ~ (C) 2020 Taler Systems S.A.
      4   ~
      5   ~ GNU Taler is free software; you can redistribute it and/or modify it under the
      6   ~ terms of the GNU General Public License as published by the Free Software
      7   ~ Foundation; either version 3, or (at your option) any later version.
      8   ~
      9   ~ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
     10   ~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     11   ~ A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     12   ~
     13   ~ You should have received a copy of the GNU General Public License along with
     14   ~ GNU Taler; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
     15   -->
     16 
     17 <resources>
     18     <color name="colorPrimary">#3047a3</color>
     19     <color name="colorPrimaryDark">#152238</color>
     20     <color name="colorAccent">#BB1D24</color>
     21 
     22     <!-- Material 3 theme builder -->
     23     <color name="md_theme_light_primary">#0042B3</color>
     24     <color name="md_theme_light_onPrimary">#FFFFFF</color>
     25     <color name="md_theme_light_primaryContainer">#D3DEFF</color>
     26     <color name="md_theme_light_onPrimaryContainer">#00134A</color>
     27     <color name="md_theme_light_secondary">#586A88</color>
     28     <color name="md_theme_light_onSecondary">#FFFFFF</color>
     29     <color name="md_theme_light_secondaryContainer">#d9E3F9</color>
     30     <color name="md_theme_light_onSecondaryContainer">#111C2B</color>
     31     <color name="md_theme_light_tertiary">#338AF0</color>
     32     <color name="md_theme_light_onTertiary">#FFFFFF</color>
     33     <color name="md_theme_light_tertiaryContainer">#D1E4FF</color>
     34     <color name="md_theme_light_onTertiaryContainer">#001C39</color>
     35     <color name="md_theme_light_error">#B3261E</color>
     36     <color name="md_theme_light_onError">#FFFFFF</color>
     37     <color name="md_theme_light_errorContainer">#F9DEDC</color>
     38     <color name="md_theme_light_onErrorContainer">#410E0B</color>
     39     <color name="md_theme_light_background">#FDFDFF</color>
     40     <color name="md_theme_light_onBackground">#1A1C1F</color>
     41     <color name="md_theme_light_surface">#FDFDFF</color>
     42     <color name="md_theme_light_onSurface">#1C1B1F</color>
     43     <color name="md_theme_light_surfaceVariant">#E0E3EC</color>
     44     <color name="md_theme_light_onSurfaceVariant">#45474F</color>
     45     <color name="md_theme_light_outline">#767880</color>
     46     <color name="md_theme_light_outlineVariant">#C4C6D0</color>
     47     <color name="md_theme_light_scrim">#000000</color>
     48     <color name="md_theme_light_inverseSurface">#2C2F3A</color>
     49     <color name="md_theme_light_inverseOnSurface">#F0F2FF</color>
     50     <color name="md_theme_light_inversePrimary">#B4C5FF</color>
     51     <color name="md_theme_light_primaryFixed">#D3DEFF</color>
     52     <color name="md_theme_light_onPrimaryFixed">#00134A</color>
     53     <color name="md_theme_light_primaryFixedDim">#B4C5FF</color>
     54     <color name="md_theme_light_onPrimaryFixedVariant">#00379C</color>
     55     <color name="md_theme_light_secondaryFixed">#D9E3F9</color>
     56     <color name="md_theme_light_onSecondaryFixed">#111C2B</color>
     57     <color name="md_theme_light_secondaryFixedDim">#B0BDD3</color>
     58     <color name="md_theme_light_onSecondaryFixedVariant">#445670</color>
     59     <color name="md_theme_light_tertiaryFixed">#D1E4FF</color>
     60     <color name="md_theme_light_onTertiaryFixed">#001C39</color>
     61     <color name="md_theme_light_tertiaryFixedDim">#A2CDFF</color>
     62     <color name="md_theme_light_onTertiaryFixedVariant">#0C5EA5</color>
     63     <color name="md_theme_light_surfaceDim">#DADDE5</color>
     64     <color name="md_theme_light_surfaceBright">#FFFFFF</color>
     65     <color name="md_theme_light_surfaceContainerLowest">#FFFFFF</color>
     66     <color name="md_theme_light_surfaceContainerLow">#F5F7FC</color>
     67     <color name="md_theme_light_surfaceContainer">#F0F2F7</color>
     68     <color name="md_theme_light_surfaceContainerHigh">#EAECEF</color>
     69     <color name="md_theme_light_surfaceContainerHighest">#E3E6EB</color>
     70     <color name="md_theme_light_primary_mediumContrast">#00318F</color>
     71     <color name="md_theme_light_onPrimary_mediumContrast">#FFFFFF</color>
     72     <color name="md_theme_light_primaryContainer_mediumContrast">#0042B3</color>
     73     <color name="md_theme_light_onPrimaryContainer_mediumContrast">#E5EBFF</color>
     74     <color name="md_theme_light_secondary_mediumContrast">#3E4F6A</color>
     75     <color name="md_theme_light_onSecondary_mediumContrast">#FFFFFF</color>
     76     <color name="md_theme_light_secondaryContainer_mediumContrast">#7082A0</color>
     77     <color name="md_theme_light_onSecondaryContainer_mediumContrast">#FFFFFF</color>
     78     <color name="md_theme_light_tertiary_mediumContrast">#0B60B0</color>
     79     <color name="md_theme_light_onTertiary_mediumContrast">#FFFFFF</color>
     80     <color name="md_theme_light_tertiaryContainer_mediumContrast">#338AF0</color>
     81     <color name="md_theme_light_onTertiaryContainer_mediumContrast">#E4F1FF</color>
     82     <color name="md_theme_light_error_mediumContrast">#8C1B16</color>
     83     <color name="md_theme_light_onError_mediumContrast">#FFFFFF</color>
     84     <color name="md_theme_light_errorContainer_mediumContrast">#B3261E</color>
     85     <color name="md_theme_light_onErrorContainer_mediumContrast">#FFFFFF</color>
     86     <color name="md_theme_light_background_mediumContrast">#FAFAFD</color>
     87     <color name="md_theme_light_onBackground_mediumContrast">#1A1C1F</color>
     88     <color name="md_theme_light_surface_mediumContrast">#FAFAFD</color>
     89     <color name="md_theme_light_onSurface_mediumContrast">#131518</color>
     90     <color name="md_theme_light_surfaceVariant_mediumContrast">#DADDE5</color>
     91     <color name="md_theme_light_onSurfaceVariant_mediumContrast">#36383E</color>
     92     <color name="md_theme_light_outline_mediumContrast">#585B63</color>
     93     <color name="md_theme_light_outlineVariant_mediumContrast">#AEB1BB</color>
     94     <color name="md_theme_light_scrim_mediumContrast">#000000</color>
     95     <color name="md_theme_light_inverseSurface_mediumContrast">#2C2F3A</color>
     96     <color name="md_theme_light_inverseOnSurface_mediumContrast">#F0F2FF</color>
     97     <color name="md_theme_light_inversePrimary_mediumContrast">#B4C5FF</color>
     98     <color name="md_theme_light_primaryFixed_mediumContrast">#3C66C9</color>
     99     <color name="md_theme_light_onPrimaryFixed_mediumContrast">#FFFFFF</color>
    100     <color name="md_theme_light_primaryFixedDim_mediumContrast">#2455B5</color>
    101     <color name="md_theme_light_onPrimaryFixedVariant_mediumContrast">#FFFFFF</color>
    102     <color name="md_theme_light_secondaryFixed_mediumContrast">#6E809B</color>
    103     <color name="md_theme_light_onSecondaryFixed_mediumContrast">#FFFFFF</color>
    104     <color name="md_theme_light_secondaryFixedDim_mediumContrast">#4F6079</color>
    105     <color name="md_theme_light_onSecondaryFixedVariant_mediumContrast">#FFFFFF</color>
    106     <color name="md_theme_light_tertiaryFixed_mediumContrast">#60A6E7</color>
    107     <color name="md_theme_light_onTertiaryFixed_mediumContrast">#FFFFFF</color>
    108     <color name="md_theme_light_tertiaryFixedDim_mediumContrast">#207BC0</color>
    109     <color name="md_theme_light_onTertiaryFixedVariant_mediumContrast">#FFFFFF</color>
    110     <color name="md_theme_light_surfaceDim_mediumContrast">#D5D9E1</color>
    111     <color name="md_theme_light_surfaceBright_mediumContrast">#FFFFFF</color>
    112     <color name="md_theme_light_surfaceContainerLowest_mediumContrast">#FFFFFF</color>
    113     <color name="md_theme_light_surfaceContainerLow_mediumContrast">#F4F7FC</color>
    114     <color name="md_theme_light_surfaceContainer_mediumContrast">#EEF1F8</color>
    115     <color name="md_theme_light_surfaceContainerHigh_mediumContrast">#E6EAF1</color>
    116     <color name="md_theme_light_surfaceContainerHighest_mediumContrast">#DEE2EA</color>
    117     <color name="md_theme_light_primary_highContrast">#002A7A</color>
    118     <color name="md_theme_light_onPrimary_highContrast">#FFFFFF</color>
    119     <color name="md_theme_light_primaryContainer_highContrast">#003EA8</color>
    120     <color name="md_theme_light_onPrimaryContainer_highContrast">#FFFFFF</color>
    121     <color name="md_theme_light_secondary_highContrast">#2D3E59</color>
    122     <color name="md_theme_light_onSecondary_highContrast">#FFFFFF</color>
    123     <color name="md_theme_light_secondaryContainer_highContrast">#445670</color>
    124     <color name="md_theme_light_onSecondaryContainer_highContrast">#FFFFFF</color>
    125     <color name="md_theme_light_tertiary_highContrast">#004A99</color>
    126     <color name="md_theme_light_onTertiary_highContrast">#FFFFFF</color>
    127     <color name="md_theme_light_tertiaryContainer_highContrast">#0B60B0</color>
    128     <color name="md_theme_light_onTertiaryContainer_highContrast">#FFFFFF</color>
    129     <color name="md_theme_light_error_highContrast">#6A1410</color>
    130     <color name="md_theme_light_onError_highContrast">#FFFFFF</color>
    131     <color name="md_theme_light_errorContainer_highContrast">#951C18</color>
    132     <color name="md_theme_light_onErrorContainer_highContrast">#FFFFFF</color>
    133     <color name="md_theme_light_background_highContrast">#F8F9FF</color>
    134     <color name="md_theme_light_onBackground_highContrast">#101113</color>
    135     <color name="md_theme_light_surface_highContrast">#F8F9FF</color>
    136     <color name="md_theme_light_onSurface_highContrast">#000000</color>
    137     <color name="md_theme_light_surfaceVariant_highContrast">#DADDE5</color>
    138     <color name="md_theme_light_onSurfaceVariant_highContrast">#000000</color>
    139     <color name="md_theme_light_outline_highContrast">#2B2D33</color>
    140     <color name="md_theme_light_outlineVariant_highContrast">#4B4D55</color>
    141     <color name="md_theme_light_scrim_highContrast">#000000</color>
    142     <color name="md_theme_light_inverseSurface_highContrast">#2C2F3A</color>
    143     <color name="md_theme_light_inverseOnSurface_highContrast">#FFFFFF</color>
    144     <color name="md_theme_light_inversePrimary_highContrast">#B4C5FF</color>
    145     <color name="md_theme_light_primaryFixed_highContrast">#0040AD</color>
    146     <color name="md_theme_light_onPrimaryFixed_highContrast">#FFFFFF</color>
    147     <color name="md_theme_light_primaryFixedDim_highContrast">#002C7D</color>
    148     <color name="md_theme_light_onPrimaryFixedVariant_highContrast">#FFFFFF</color>
    149     <color name="md_theme_light_secondaryFixed_highContrast">#445670</color>
    150     <color name="md_theme_light_onSecondaryFixed_highContrast">#FFFFFF</color>
    151     <color name="md_theme_light_secondaryFixedDim_highContrast">#2E3F59</color>
    152     <color name="md_theme_light_onSecondaryFixedVariant_highContrast">#FFFFFF</color>
    153     <color name="md_theme_light_tertiaryFixed_highContrast">#0B60B0</color>
    154     <color name="md_theme_light_onTertiaryFixed_highContrast">#FFFFFF</color>
    155     <color name="md_theme_light_tertiaryFixedDim_highContrast">#004A8C</color>
    156     <color name="md_theme_light_onTertiaryFixedVariant_highContrast">#FFFFFF</color>
    157     <color name="md_theme_light_surfaceDim_highContrast">#C1C4CC</color>
    158     <color name="md_theme_light_surfaceBright_highContrast">#FFFFFF</color>
    159     <color name="md_theme_light_surfaceContainerLowest_highContrast">#FFFFFF</color>
    160     <color name="md_theme_light_surfaceContainerLow_highContrast">#F3F6FA</color>
    161     <color name="md_theme_light_surfaceContainer_highContrast">#E5E8EE</color>
    162     <color name="md_theme_light_surfaceContainerHigh_highContrast">#D7DAE1</color>
    163     <color name="md_theme_light_surfaceContainerHighest_highContrast">#C9CCD4</color>
    164     <color name="md_theme_dark_primary">#B4C5FF</color>
    165     <color name="md_theme_dark_onPrimary">#002A78</color>
    166     <color name="md_theme_dark_primaryContainer">#0042B3</color>
    167     <color name="md_theme_dark_onPrimaryContainer">#E5EBFF</color>
    168     <color name="md_theme_dark_secondary">#A4C9FF</color>
    169     <color name="md_theme_dark_onSecondary">#00315D</color>
    170     <color name="md_theme_dark_secondaryContainer">#72A3E5</color>
    171     <color name="md_theme_dark_onSecondaryContainer">#003869</color>
    172     <color name="md_theme_dark_tertiary">#8DD1E5</color>
    173     <color name="md_theme_dark_onTertiary">#003641</color>
    174     <color name="md_theme_dark_tertiaryContainer">#166577</color>
    175     <color name="md_theme_dark_onTertiaryContainer">#9CE0F5</color>
    176     <color name="md_theme_dark_error">#FFB4AA</color>
    177     <color name="md_theme_dark_onError">#690003</color>
    178     <color name="md_theme_dark_errorContainer">#B3261E</color>
    179     <color name="md_theme_dark_onErrorContainer">#FFCBC4</color>
    180     <color name="md_theme_dark_background">#11131A</color>
    181     <color name="md_theme_dark_onBackground">#E2E2EB</color>
    182     <color name="md_theme_dark_surface">#11131A</color>
    183     <color name="md_theme_dark_onSurface">#E5E2E1</color>
    184     <color name="md_theme_dark_surfaceVariant">#45474B</color>
    185     <color name="md_theme_dark_onSurfaceVariant">#C6C6CB</color>
    186     <color name="md_theme_dark_outline">#8F9095</color>
    187     <color name="md_theme_dark_outlineVariant">#45474B</color>
    188     <color name="md_theme_dark_scrim">#000000</color>
    189     <color name="md_theme_dark_inverseSurface">#E5E2E1</color>
    190     <color name="md_theme_dark_inverseOnSurface">#313030</color>
    191     <color name="md_theme_dark_inversePrimary">#2756C7</color>
    192     <color name="md_theme_dark_primaryFixed">#DBE1FF</color>
    193     <color name="md_theme_dark_onPrimaryFixed">#00174B</color>
    194     <color name="md_theme_dark_primaryFixedDim">#B4C5FF</color>
    195     <color name="md_theme_dark_onPrimaryFixedVariant">#003EA8</color>
    196     <color name="md_theme_dark_secondaryFixed">#D4E3FF</color>
    197     <color name="md_theme_dark_onSecondaryFixed">#001C39</color>
    198     <color name="md_theme_dark_secondaryFixedDim">#A4C9FF</color>
    199     <color name="md_theme_dark_onSecondaryFixedVariant">#004883</color>
    200     <color name="md_theme_dark_tertiaryFixed">#AFECFF</color>
    201     <color name="md_theme_dark_onTertiaryFixed">#001F27</color>
    202     <color name="md_theme_dark_tertiaryFixedDim">#8DD1E5</color>
    203     <color name="md_theme_dark_onTertiaryFixedVariant">#004E5D</color>
    204     <color name="md_theme_dark_surfaceDim">#11131A</color>
    205     <color name="md_theme_dark_surfaceBright">#3A3939</color>
    206     <color name="md_theme_dark_surfaceContainerLowest">#0E0E0E</color>
    207     <color name="md_theme_dark_surfaceContainerLow">#1C1B1B</color>
    208     <color name="md_theme_dark_surfaceContainer">#201F1F</color>
    209     <color name="md_theme_dark_surfaceContainerHigh">#2A2A2A</color>
    210     <color name="md_theme_dark_surfaceContainerHighest">#353434</color>
    211     <color name="md_theme_dark_primary_mediumContrast">#D3DBFF</color>
    212     <color name="md_theme_dark_onPrimary_mediumContrast">#002061</color>
    213     <color name="md_theme_dark_primaryContainer_mediumContrast">#628BFD</color>
    214     <color name="md_theme_dark_onPrimaryContainer_mediumContrast">#000000</color>
    215     <color name="md_theme_dark_secondary_mediumContrast">#C9DEFF</color>
    216     <color name="md_theme_dark_onSecondary_mediumContrast">#00264A</color>
    217     <color name="md_theme_dark_secondaryContainer_mediumContrast">#72A3E5</color>
    218     <color name="md_theme_dark_onSecondaryContainer_mediumContrast">#00152D</color>
    219     <color name="md_theme_dark_tertiary_mediumContrast">#A3E7FC</color>
    220     <color name="md_theme_dark_onTertiary_mediumContrast">#002A33</color>
    221     <color name="md_theme_dark_tertiaryContainer_mediumContrast">#569AAD</color>
    222     <color name="md_theme_dark_onTertiaryContainer_mediumContrast">#000000</color>
    223     <color name="md_theme_dark_error_mediumContrast">#FFD2CC</color>
    224     <color name="md_theme_dark_onError_mediumContrast">#540002</color>
    225     <color name="md_theme_dark_errorContainer_mediumContrast">#FA5A4A</color>
    226     <color name="md_theme_dark_onErrorContainer_mediumContrast">#000000</color>
    227     <color name="md_theme_dark_background_mediumContrast">#11131A</color>
    228     <color name="md_theme_dark_onBackground_mediumContrast">#E2E2EB</color>
    229     <color name="md_theme_dark_surface_mediumContrast">#11131A</color>
    230     <color name="md_theme_dark_onSurface_mediumContrast">#FFFFFF</color>
    231     <color name="md_theme_dark_surfaceVariant_mediumContrast">#45474B</color>
    232     <color name="md_theme_dark_onSurfaceVariant_mediumContrast">#DCDCE1</color>
    233     <color name="md_theme_dark_outline_mediumContrast">#B1B2B6</color>
    234     <color name="md_theme_dark_outlineVariant_mediumContrast">#8F9095</color>
    235     <color name="md_theme_dark_scrim_mediumContrast">#000000</color>
    236     <color name="md_theme_dark_inverseSurface_mediumContrast">#E5E2E1</color>
    237     <color name="md_theme_dark_inverseOnSurface_mediumContrast">#2A2A2A</color>
    238     <color name="md_theme_dark_inversePrimary_mediumContrast">#003FAB</color>
    239     <color name="md_theme_dark_primaryFixed_mediumContrast">#DBE1FF</color>
    240     <color name="md_theme_dark_onPrimaryFixed_mediumContrast">#000E35</color>
    241     <color name="md_theme_dark_primaryFixedDim_mediumContrast">#B4C5FF</color>
    242     <color name="md_theme_dark_onPrimaryFixedVariant_mediumContrast">#002F84</color>
    243     <color name="md_theme_dark_secondaryFixed_mediumContrast">#D4E3FF</color>
    244     <color name="md_theme_dark_onSecondaryFixed_mediumContrast">#001127</color>
    245     <color name="md_theme_dark_secondaryFixedDim_mediumContrast">#A4C9FF</color>
    246     <color name="md_theme_dark_onSecondaryFixedVariant_mediumContrast">#003767</color>
    247     <color name="md_theme_dark_tertiaryFixed_mediumContrast">#AFECFF</color>
    248     <color name="md_theme_dark_onTertiaryFixed_mediumContrast">#001419</color>
    249     <color name="md_theme_dark_tertiaryFixedDim_mediumContrast">#8DD1E5</color>
    250     <color name="md_theme_dark_onTertiaryFixedVariant_mediumContrast">#003C48</color>
    251     <color name="md_theme_dark_surfaceDim_mediumContrast">#11131A</color>
    252     <color name="md_theme_dark_surfaceBright_mediumContrast">#454444</color>
    253     <color name="md_theme_dark_surfaceContainerLowest_mediumContrast">#070707</color>
    254     <color name="md_theme_dark_surfaceContainerLow_mediumContrast">#1E1D1D</color>
    255     <color name="md_theme_dark_surfaceContainer_mediumContrast">#282828</color>
    256     <color name="md_theme_dark_surfaceContainerHigh_mediumContrast">#333232</color>
    257     <color name="md_theme_dark_surfaceContainerHighest_mediumContrast">#3E3D3D</color>
    258     <color name="md_theme_dark_primary_highContrast">#EDEFFF</color>
    259     <color name="md_theme_dark_onPrimary_highContrast">#000000</color>
    260     <color name="md_theme_dark_primaryContainer_highContrast">#AEC1FF</color>
    261     <color name="md_theme_dark_onPrimaryContainer_highContrast">#000928</color>
    262     <color name="md_theme_dark_secondary_highContrast">#EAF0FF</color>
    263     <color name="md_theme_dark_onSecondary_highContrast">#000000</color>
    264     <color name="md_theme_dark_secondaryContainer_highContrast">#9DC5FF</color>
    265     <color name="md_theme_dark_onSecondaryContainer_highContrast">#000B1D</color>
    266     <color name="md_theme_dark_tertiary_highContrast">#D8F5FF</color>
    267     <color name="md_theme_dark_onTertiary_highContrast">#000000</color>
    268     <color name="md_theme_dark_tertiaryContainer_highContrast">#89CDE1</color>
    269     <color name="md_theme_dark_onTertiaryContainer_highContrast">#000D12</color>
    270     <color name="md_theme_dark_error_highContrast">#FFECE9</color>
    271     <color name="md_theme_dark_onError_highContrast">#000000</color>
    272     <color name="md_theme_dark_errorContainer_highContrast">#FFAEA3</color>
    273     <color name="md_theme_dark_onErrorContainer_highContrast">#220000</color>
    274     <color name="md_theme_dark_background_highContrast">#11131A</color>
    275     <color name="md_theme_dark_onBackground_highContrast">#E2E2EB</color>
    276     <color name="md_theme_dark_surface_highContrast">#11131A</color>
    277     <color name="md_theme_dark_onSurface_highContrast">#FFFFFF</color>
    278     <color name="md_theme_dark_surfaceVariant_highContrast">#45474B</color>
    279     <color name="md_theme_dark_onSurfaceVariant_highContrast">#FFFFFF</color>
    280     <color name="md_theme_dark_outline_highContrast">#EFEFF5</color>
    281     <color name="md_theme_dark_outlineVariant_highContrast">#C2C2C7</color>
    282     <color name="md_theme_dark_scrim_highContrast">#000000</color>
    283     <color name="md_theme_dark_inverseSurface_highContrast">#E5E2E1</color>
    284     <color name="md_theme_dark_inverseOnSurface_highContrast">#000000</color>
    285     <color name="md_theme_dark_inversePrimary_highContrast">#003FAB</color>
    286     <color name="md_theme_dark_primaryFixed_highContrast">#DBE1FF</color>
    287     <color name="md_theme_dark_onPrimaryFixed_highContrast">#000000</color>
    288     <color name="md_theme_dark_primaryFixedDim_highContrast">#B4C5FF</color>
    289     <color name="md_theme_dark_onPrimaryFixedVariant_highContrast">#000E35</color>
    290     <color name="md_theme_dark_secondaryFixed_highContrast">#D4E3FF</color>
    291     <color name="md_theme_dark_onSecondaryFixed_highContrast">#000000</color>
    292     <color name="md_theme_dark_secondaryFixedDim_highContrast">#A4C9FF</color>
    293     <color name="md_theme_dark_onSecondaryFixedVariant_highContrast">#001127</color>
    294     <color name="md_theme_dark_tertiaryFixed_highContrast">#AFECFF</color>
    295     <color name="md_theme_dark_onTertiaryFixed_highContrast">#000000</color>
    296     <color name="md_theme_dark_tertiaryFixedDim_highContrast">#8DD1E5</color>
    297     <color name="md_theme_dark_onTertiaryFixedVariant_highContrast">#001419</color>
    298     <color name="md_theme_dark_surfaceDim_highContrast">#11131A</color>
    299     <color name="md_theme_dark_surfaceBright_highContrast">#515050</color>
    300     <color name="md_theme_dark_surfaceContainerLowest_highContrast">#000000</color>
    301     <color name="md_theme_dark_surfaceContainerLow_highContrast">#201F1F</color>
    302     <color name="md_theme_dark_surfaceContainer_highContrast">#313030</color>
    303     <color name="md_theme_dark_surfaceContainerHigh_highContrast">#3C3B3B</color>
    304     <color name="md_theme_dark_surfaceContainerHighest_highContrast">#474646</color>
    305 </resources>