themes: Set proper dark color for emergency icon in power menu

Change-Id: Ia94f9be6bca64c34b213755725ab30b8910a8de0
diff --git a/overlay/common/frameworks/base/packages/SystemUI/res/values-night/colors.xml b/overlay/common/frameworks/base/packages/SystemUI/res/values-night/colors.xml
index 5291a71..ae3a0ec 100644
--- a/overlay/common/frameworks/base/packages/SystemUI/res/values-night/colors.xml
+++ b/overlay/common/frameworks/base/packages/SystemUI/res/values-night/colors.xml
@@ -38,6 +38,12 @@
     <!-- The color of the background in the bottom part of QSCustomizer -->
     <color name="qs_customize_decoration">@*android:color/primary_dark_device_default_settings</color>
 
+    <!-- The color of the background in the grid of the Global Actions menu -->
+    <color name="global_actions_grid_background">@*android:color/material_grey_900</color>
+
+    <!-- The color of the background in the separated list of the Global Actions menu -->
+    <color name="global_actions_separated_background">@*android:color/material_grey_850</color>
+
     <!-- Notification guts -->
     <color name="notification_guts_info_button_color">@*android:color/accent_device_default_light</color>
     <color name="notification_guts_priority_button_content_color_selected">@*android:color/accent_device_default_light</color>