colors-themed.xml

 1
 2<resources>
 3    <color name="seed">#004D40</color>
 4    <color name="md_theme_light_primary">#006B5A</color>
 5    <color name="md_theme_light_onPrimary">#FFFFFF</color>
 6    <color name="md_theme_light_primaryContainer">#7AF8DB</color>
 7    <color name="md_theme_light_onPrimaryContainer">#00201A</color>
 8    <color name="md_theme_light_secondary">#4B635C</color>
 9    <color name="md_theme_light_onSecondary">#FFFFFF</color>
10    <color name="md_theme_light_secondaryContainer">#CDE8DF</color>
11    <color name="md_theme_light_onSecondaryContainer">#06201A</color>
12    <color name="md_theme_light_tertiary">#984718</color>
13    <color name="md_theme_light_onTertiary">#FFFFFF</color>
14    <color name="md_theme_light_tertiaryContainer">#FFDBCC</color>
15    <color name="md_theme_light_onTertiaryContainer">#351000</color>
16    <color name="md_theme_light_error">#BA1A1A</color>
17    <color name="md_theme_light_errorContainer">#FFDAD6</color>
18    <color name="md_theme_light_onError">#FFFFFF</color>
19    <color name="md_theme_light_onErrorContainer">#410002</color>
20    <color name="md_theme_light_background">#FAFDFA</color>
21    <color name="md_theme_light_onBackground">#191C1B</color>
22    <color name="md_theme_light_surface">#FAFDFA</color>
23    <color name="md_theme_light_onSurface">#191C1B</color>
24    <color name="md_theme_light_surfaceVariant">#DBE5E0</color>
25    <color name="md_theme_light_onSurfaceVariant">#3F4945</color>
26    <color name="md_theme_light_outline">#6F7975</color>
27    <color name="md_theme_light_inverseOnSurface">#EFF1EF</color>
28    <color name="md_theme_light_inverseSurface">#2E3130</color>
29    <color name="md_theme_light_inversePrimary">#5BDBBF</color>
30    <color name="md_theme_light_shadow">#000000</color>
31    <color name="md_theme_light_surfaceTint">#006B5A</color>
32    <color name="md_theme_light_outlineVariant">#BFC9C4</color>
33    <color name="md_theme_light_scrim">#000000</color>
34    <color name="md_theme_dark_primary">#5BDBBF</color>
35    <color name="md_theme_dark_onPrimary">#00382E</color>
36    <color name="md_theme_dark_primaryContainer">#005143</color>
37    <color name="md_theme_dark_onPrimaryContainer">#7AF8DB</color>
38    <color name="md_theme_dark_secondary">#B1CCC3</color>
39    <color name="md_theme_dark_onSecondary">#1D352F</color>
40    <color name="md_theme_dark_secondaryContainer">#334B45</color>
41    <color name="md_theme_dark_onSecondaryContainer">#CDE8DF</color>
42    <color name="md_theme_dark_tertiary">#FFB693</color>
43    <color name="md_theme_dark_onTertiary">#562000</color>
44    <color name="md_theme_dark_tertiaryContainer">#7A3001</color>
45    <color name="md_theme_dark_onTertiaryContainer">#FFDBCC</color>
46    <color name="md_theme_dark_error">#FFB4AB</color>
47    <color name="md_theme_dark_errorContainer">#93000A</color>
48    <color name="md_theme_dark_onError">#690005</color>
49    <color name="md_theme_dark_onErrorContainer">#FFDAD6</color>
50    <color name="md_theme_dark_background">#191C1B</color>
51    <color name="md_theme_dark_onBackground">#E1E3E0</color>
52    <color name="md_theme_dark_surface">#191C1B</color>
53    <color name="md_theme_dark_onSurface">#E1E3E0</color>
54    <color name="md_theme_dark_surfaceVariant">#3F4945</color>
55    <color name="md_theme_dark_onSurfaceVariant">#BFC9C4</color>
56    <color name="md_theme_dark_outline">#89938F</color>
57    <color name="md_theme_dark_inverseOnSurface">#191C1B</color>
58    <color name="md_theme_dark_inverseSurface">#E1E3E0</color>
59    <color name="md_theme_dark_inversePrimary">#006B5A</color>
60    <color name="md_theme_dark_shadow">#000000</color>
61    <color name="md_theme_dark_surfaceTint">#5BDBBF</color>
62    <color name="md_theme_dark_outlineVariant">#3F4945</color>
63    <color name="md_theme_dark_scrim">#000000</color>
64</resources>