Introduces a green motif for light/dark mode.

This commit is contained in:
2026-05-26 02:26:27 -07:00
parent be631985cb
commit 79afe50955
5 changed files with 15 additions and 12 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
<item name="android:windowLightStatusBar">true</item>
</style>
<color name="md_theme_light_primary">#6750A4</color>
<color name="md_theme_light_secondary">#625B71</color>
<color name="md_theme_light_surface">#FEF7FF</color>
<color name="md_theme_light_primary">#2E7D32</color>
<color name="md_theme_light_secondary">#4C6842</color>
<color name="md_theme_light_surface">#F1F8E9</color>
</resources>