[Expressive design] Add colors for homepage icons

Bug: 396944193
Test: visual
Flag: EXEMPT add/change colors
Change-Id: Id9d9173c275a97676cdd66c32bb6cfb69bb527e0
This commit is contained in:
Jason Chiu
2025-02-25 16:57:00 +08:00
parent 9fb0e28bf7
commit 4b343e216e
3 changed files with 329 additions and 973 deletions

View File

@@ -16,8 +16,19 @@
<resources
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
<color name="homepage_accessibility_background">#783BE5</color>
<color name="homepage_support_background">#3F5FBD</color>
<!-- Dashboard/homepage icon colors -->
<color name="homepage_blue_variant_bg">@color/m3_ref_palette_blue_variant80</color>
<color name="homepage_blue_bg">@color/m3_ref_palette_blue80</color>
<color name="homepage_pink_bg">@color/m3_ref_palette_pink80</color>
<color name="homepage_orange_bg">@color/m3_ref_palette_orange80</color>
<color name="homepage_yellow_bg">@color/m3_ref_palette_yellow80</color>
<color name="homepage_green_bg">@color/m3_ref_palette_green80</color>
<color name="homepage_grey_bg">@color/m3_ref_palette_grey80</color>
<color name="homepage_cyan_bg">@color/m3_ref_palette_cyan80</color>
<color name="homepage_red_bg">@color/m3_ref_palette_red80</color>
<color name="homepage_purple_bg">@color/m3_ref_palette_purple80</color>
<color name="contextual_card_background">@*android:color/material_grey_900</color>
<color name="notification_importance_button_unselected">#5F6368</color>