summaryrefslogtreecommitdiff
path: root/data/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/values/colors.xml')
-rw-r--r--data/res/values/colors.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/res/values/colors.xml b/data/res/values/colors.xml
index 831da6f..c413f8b 100644
--- a/data/res/values/colors.xml
+++ b/data/res/values/colors.xml
@@ -183,6 +183,10 @@
<color name="profile_badge_2">#ffff6d00</color><!-- Orange -->
<color name="profile_badge_3">#ff22f033</color><!-- Green -->
+ <color name="profile_badge_1_dark">#ff8ab4f8</color><!-- Blue 300-->
+ <color name="profile_badge_2_dark">#fffdd663</color><!-- Orange 300 -->
+ <color name="profile_badge_3_dark">#ff81c995</color><!-- Green 300 -->
+
<!-- Default instant app badge color -->
<color name="instant_app_badge">#ff757575</color><!-- Grey -->
@@ -227,5 +231,8 @@
<color name="resolver_empty_state_text">#FF202124</color>
<color name="resolver_empty_state_icon">#FF5F6368</color>
+ <!-- Color for personal app suspension notification button text and icon tint. -->
+ <color name="personal_apps_suspension_notification_color">#1A73E8</color>
+
<color name="conversation_important_highlight">#F9AB00</color>
</resources>