colors-themed.xml

 1<?xml version="1.0" encoding="utf-8"?>
 2<resources>
 3    <color name="md_theme_light_primary">#5800a0</color>
 4    <color name="md_theme_light_onPrimary">#ffffff</color>
 5    <color name="md_theme_light_primaryContainer">#8427de</color>
 6    <color name="md_theme_light_onPrimaryContainer">#ffffff</color>
 7    <color name="md_theme_light_secondary">#1e0036</color>
 8    <color name="md_theme_light_onSecondary">#ffffff</color>
 9    <color name="md_theme_light_secondaryContainer">#f2daff</color>
10    <color name="md_theme_light_onSecondaryContainer">#2a0c41</color>
11    <color name="md_theme_light_tertiary">#765b00</color>
12    <color name="md_theme_light_onTertiary">#ffffff</color>
13    <color name="md_theme_light_tertiaryContainer">#ffdf94</color>
14    <color name="md_theme_light_onTertiaryContainer">#251a00</color>
15    <color name="md_theme_light_error">#BA1A1A</color>
16    <color name="md_theme_light_errorContainer">#FFDAD6</color>
17    <color name="md_theme_light_onError">#FFFFFF</color>
18    <color name="md_theme_light_onErrorContainer">#410002</color>
19    <color name="md_theme_light_background">#fffbff</color>
20    <color name="md_theme_light_onBackground">#1d1b1e</color>
21    <color name="md_theme_light_surface">#fffbff</color>
22    <color name="md_theme_light_onSurface">#1d1b1e</color>
23    <color name="md_theme_light_surfaceVariant">#e9e0eb</color>
24    <color name="md_theme_light_onSurfaceVariant">#4a454e</color>
25    <color name="md_theme_light_outline">#7b757f</color>
26    <color name="md_theme_light_inverseOnSurface">#F0F1EB</color>
27    <color name="md_theme_light_inverseSurface">#2F312D</color>
28    <color name="md_theme_light_inversePrimary">#7DDC7A</color>
29    <color name="md_theme_light_shadow">#000000</color>
30    <color name="md_theme_light_surfaceTint">#006E1C</color>
31    <color name="md_theme_light_outlineVariant">#C2C9BD</color>
32    <color name="md_theme_light_scrim">#000000</color>
33    <color name="md_theme_dark_primary">#dbb8ff</color>
34    <color name="md_theme_dark_onPrimary">#470083</color>
35    <color name="md_theme_dark_primaryContainer">#6900bc</color>
36    <color name="md_theme_dark_onPrimaryContainer">#f0ddff</color>
37    <color name="md_theme_dark_secondary">#deb8f8</color>
38    <color name="md_theme_dark_onSecondary">#402358</color>
39    <color name="md_theme_dark_secondaryContainer">#160029</color>
40    <color name="md_theme_dark_onSecondaryContainer">#b08eca</color>
41    <color name="md_theme_dark_tertiary">#fff3de</color>
42    <color name="md_theme_dark_onTertiary">#3e2e00</color>
43    <color name="md_theme_dark_tertiaryContainer">#f9c200</color>
44    <color name="md_theme_dark_onTertiaryContainer">#483600</color>
45    <color name="md_theme_dark_error">#FFB4AB</color>
46    <color name="md_theme_dark_errorContainer">#93000A</color>
47    <color name="md_theme_dark_onError">#690005</color>
48    <color name="md_theme_dark_onErrorContainer">#FFDAD6</color>
49    <color name="md_theme_dark_background">#1d1b1e</color>
50    <color name="md_theme_dark_onBackground">#e7e1e5</color>
51    <color name="md_theme_dark_surface">#1d1b1e</color>
52    <color name="md_theme_dark_onSurface">#e7e1e5</color>
53    <color name="md_theme_dark_surfaceVariant">#4a454e</color>
54    <color name="md_theme_dark_onSurfaceVariant">#ccc4cf</color>
55    <color name="md_theme_dark_outline">#958e98</color>
56    <color name="md_theme_dark_inverseOnSurface">#1A1C19</color>
57    <color name="md_theme_dark_inverseSurface">#E2E3DD</color>
58    <color name="md_theme_dark_inversePrimary">#006E1C</color>
59    <color name="md_theme_dark_shadow">#000000</color>
60    <color name="md_theme_dark_surfaceTint">#7DDC7A</color>
61    <color name="md_theme_dark_outlineVariant">#424940</color>
62    <color name="md_theme_dark_scrim">#000000</color>
63</resources>