1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <color name="md_theme_light_primary">#006E1C</color>
4 <color name="md_theme_light_onPrimary">#FFFFFF</color>
5 <color name="md_theme_light_primaryContainer">#98F994</color>
6 <color name="md_theme_light_onPrimaryContainer">#002204</color>
7 <color name="md_theme_light_secondary">#52634F</color>
8 <color name="md_theme_light_onSecondary">#FFFFFF</color>
9 <color name="md_theme_light_secondaryContainer">#D5E8CF</color>
10 <color name="md_theme_light_onSecondaryContainer">#111F0F</color>
11 <color name="md_theme_light_tertiary">#38656A</color>
12 <color name="md_theme_light_onTertiary">#FFFFFF</color>
13 <color name="md_theme_light_tertiaryContainer">#BCEBF0</color>
14 <color name="md_theme_light_onTertiaryContainer">#002023</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">#FCFDF6</color>
20 <color name="md_theme_light_onBackground">#1A1C19</color>
21 <color name="md_theme_light_surface">#FCFDF6</color>
22 <color name="md_theme_light_onSurface">#1A1C19</color>
23 <color name="md_theme_light_surfaceVariant">#DEE5D8</color>
24 <color name="md_theme_light_onSurfaceVariant">#424940</color>
25 <color name="md_theme_light_outline">#72796F</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">#7DDC7A</color>
34 <color name="md_theme_dark_onPrimary">#00390A</color>
35 <color name="md_theme_dark_primaryContainer">#005313</color>
36 <color name="md_theme_dark_onPrimaryContainer">#98F994</color>
37 <color name="md_theme_dark_secondary">#BACCB3</color>
38 <color name="md_theme_dark_onSecondary">#253423</color>
39 <color name="md_theme_dark_secondaryContainer">#3B4B38</color>
40 <color name="md_theme_dark_onSecondaryContainer">#D5E8CF</color>
41 <color name="md_theme_dark_tertiary">#A0CFD4</color>
42 <color name="md_theme_dark_onTertiary">#00363B</color>
43 <color name="md_theme_dark_tertiaryContainer">#1F4D52</color>
44 <color name="md_theme_dark_onTertiaryContainer">#BCEBF0</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">#1A1C19</color>
50 <color name="md_theme_dark_onBackground">#E2E3DD</color>
51 <color name="md_theme_dark_surface">#1A1C19</color>
52 <color name="md_theme_dark_onSurface">#E2E3DD</color>
53 <color name="md_theme_dark_surfaceVariant">#424940</color>
54 <color name="md_theme_dark_onSurfaceVariant">#C2C9BD</color>
55 <color name="md_theme_dark_outline">#8C9388</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>