Add res/values/colors.xml

This commit is contained in:
2025-08-20 23:14:27 -07:00
parent f8424aa38e
commit 15d1c16ce6

34
res/values/colors.xml Normal file
View File

@@ -0,0 +1,34 @@
<resources>
<!-- Base system accent -->
<color name="accent_device_default">#8c3cff</color>
<!-- Material accents -->
<color name="accent_material_dark">#8c3cff</color>
<color name="accent_material_light">#b687ff</color>
<!-- Device-specific variants -->
<color name="accent_device_dark">#8c3cff</color>
<color name="accent_device_light">#b687ff</color>
<!-- Secondary accents -->
<color name="accent_secondary_dark">#7329cc</color>
<color name="accent_secondary_light">#c4a1ff</color>
<!-- Emphasis accents -->
<color name="accent_emphasis_dark">#6a25b3</color>
<color name="accent_emphasis_light">#d1b0ff</color>
<!-- Ripple / highlight accents -->
<color name="accent_ripple_dark">#8c3cff</color>
<color name="accent_ripple_light">#b687ff</color>
<!-- Toggle / switch accents -->
<color name="switch_thumb_normal">#8c3cff</color>
<color name="switch_thumb_disabled">#4b2080</color>
<color name="switch_thumb_pressed">#a16cff</color>
<!-- Buttons / interactive elements -->
<color name="button_accent">#8c3cff</color>
<color name="button_accent_pressed">#a16cff</color>
<color name="button_accent_disabled">#4b2080</color>
</resources>