Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e18695e0 authored by Shrisha Udupa's avatar Shrisha Udupa Committed by Chen Bai
Browse files

m3: update primary color tokens' value to match Material3 design

This change assigns Material3 primary color values listed in the color spec to the color tokens to match Material3 design.

Flag: EXEMPT. xml change
Bug: 372524566
Test: Manual
Change-Id: I63f8d998bd1da136c3f8f1f8bc598f9975432d0a
parent 59b2fb48
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -15,4 +15,9 @@
  -->
<!-- TODO(b/372524566): update color token's value to match material3 design. -->
<resources>
    <color name="system_primary_dark">#E9DDFF</color>
    <color name="system_primary_fixed_dim">#D0BCFF</color>
    <color name="system_on_primary_dark">#210F48</color>
    <color name="system_primary_container_dark">#4D3D76</color>
    <color name="system_on_primary_container_dark">#F6EDFF</color>
</resources>