themes: Add secondary notifications color

From Omni

Change-Id: Icd4e966c5eb41a0b1e8ac6c909382058edae28de
diff --git a/google/themes/NotificationsDark/res/values/colors.xml b/google/themes/NotificationsDark/res/values/colors.xml
index 0d5db34..ea5e421 100644
--- a/google/themes/NotificationsDark/res/values/colors.xml
+++ b/google/themes/NotificationsDark/res/values/colors.xml
@@ -21,6 +21,7 @@
     <color name="notification_progress_background_color">#B3FFFDE7</color>
     <color name="notification_snooze_text">#FFFFFDE7</color>
     <color name="notification_text_color1">#FFFFFDE7</color>
+    <color name="notification_default_color_dark">#a0FFFDE7</color>
 
     <color name="omni_theme_color">#ff29282c</color>
 </resources>
diff --git a/google/themes/NotificationsPrimary/res/values/colors.xml b/google/themes/NotificationsPrimary/res/values/colors.xml
index fef4ea3..6d32cf3 100644
--- a/google/themes/NotificationsPrimary/res/values/colors.xml
+++ b/google/themes/NotificationsPrimary/res/values/colors.xml
@@ -11,7 +11,7 @@
     <color name="notification_ripple_tinted_color">@*android:color/omni_color5</color>
     <color name="notification_gear_color">@*android:color/omni_color6</color>
     <color name="notification_guts_bg_color">@*android:color/omni_color7</color>
-    
+
     <color name="notification_material_background_color">@*android:color/omni_color7</color>
     <color name="notification_default_color">@*android:color/omni_text1</color> <!-- Gray 600 -->
     <color name="notification_action_list">@*android:color/omni_color1</color>
@@ -20,5 +20,6 @@
     <color name="notification_secondary_text_color_light">@*android:color/omni_text2</color>
     <color name="notification_progress_background_color">@*android:color/omni_text2</color>
     <color name="notification_snooze_text">@*android:color/omni_text1</color>
-    <color name="notification_text_color1">@*android:color/omni_text1</color>    
+    <color name="notification_text_color1">@*android:color/omni_text1</color>
+    <color name="notification_default_color_dark">@*android:color/omni_text3</color>
 </resources>