colors-themed.xml

 1
 2<resources>
 3    <color name="seed">#00796B</color>
 4    <color name="md_theme_light_primary">#006B5E</color>
 5    <color name="md_theme_light_onPrimary">#FFFFFF</color>
 6    <color name="md_theme_light_primaryContainer">#76F8E2</color>
 7    <color name="md_theme_light_onPrimaryContainer">#00201B</color>
 8    <color name="md_theme_light_secondary">#4A635E</color>
 9    <color name="md_theme_light_onSecondary">#FFFFFF</color>
10    <color name="md_theme_light_secondaryContainer">#CDE8E1</color>
11    <color name="md_theme_light_onSecondaryContainer">#06201B</color>
12    <color name="md_theme_light_tertiary">#446179</color>
13    <color name="md_theme_light_onTertiary">#FFFFFF</color>
14    <color name="md_theme_light_tertiaryContainer">#CAE6FF</color>
15    <color name="md_theme_light_onTertiaryContainer">#001E30</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">#FAFDFB</color>
21    <color name="md_theme_light_onBackground">#191C1B</color>
22    <color name="md_theme_light_surface">#FAFDFB</color>
23    <color name="md_theme_light_onSurface">#191C1B</color>
24    <color name="md_theme_light_surfaceVariant">#DAE5E1</color>
25    <color name="md_theme_light_onSurfaceVariant">#3F4946</color>
26    <color name="md_theme_light_outline">#6F7976</color>
27    <color name="md_theme_light_inverseOnSurface">#EFF1EF</color>
28    <color name="md_theme_light_inverseSurface">#2D3130</color>
29    <color name="md_theme_light_inversePrimary">#55DBC6</color>
30    <color name="md_theme_light_shadow">#000000</color>
31    <color name="md_theme_light_surfaceTint">#006B5E</color>
32    <color name="md_theme_light_outlineVariant">#BEC9C5</color>
33    <color name="md_theme_light_scrim">#000000</color>
34    <color name="md_theme_dark_primary">#55DBC6</color>
35    <color name="md_theme_dark_onPrimary">#003730</color>
36    <color name="md_theme_dark_primaryContainer">#005047</color>
37    <color name="md_theme_dark_onPrimaryContainer">#76F8E2</color>
38    <color name="md_theme_dark_secondary">#B1CCC5</color>
39    <color name="md_theme_dark_onSecondary">#1C3530</color>
40    <color name="md_theme_dark_secondaryContainer">#334B46</color>
41    <color name="md_theme_dark_onSecondaryContainer">#CDE8E1</color>
42    <color name="md_theme_dark_tertiary">#ACCAE5</color>
43    <color name="md_theme_dark_onTertiary">#133348</color>
44    <color name="md_theme_dark_tertiaryContainer">#2C4A60</color>
45    <color name="md_theme_dark_onTertiaryContainer">#CAE6FF</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">#E0E3E1</color>
52    <color name="md_theme_dark_surface">#191C1B</color>
53    <color name="md_theme_dark_onSurface">#E0E3E1</color>
54    <color name="md_theme_dark_surfaceVariant">#3F4946</color>
55    <color name="md_theme_dark_onSurfaceVariant">#BEC9C5</color>
56    <color name="md_theme_dark_outline">#899390</color>
57    <color name="md_theme_dark_inverseOnSurface">#191C1B</color>
58    <color name="md_theme_dark_inverseSurface">#E0E3E1</color>
59    <color name="md_theme_dark_inversePrimary">#006B5E</color>
60    <color name="md_theme_dark_shadow">#000000</color>
61    <color name="md_theme_dark_surfaceTint">#55DBC6</color>
62    <color name="md_theme_dark_outlineVariant">#3F4946</color>
63    <color name="md_theme_dark_scrim">#000000</color>
64</resources>