Theme immersive cling

Change-Id: I0c7811f53a418e5a7ca6799c533a572388a79425
Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com>
diff --git a/themes/darktheme/system/res/values/colors.xml b/themes/darktheme/system/res/values/colors.xml
index 4d47031..d757feb 100644
--- a/themes/darktheme/system/res/values/colors.xml
+++ b/themes/darktheme/system/res/values/colors.xml
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
 
+    <!-- Immersive cling -->
+    <color name="immersive_cling_bg_color">@*android:color/background_material_dark</color>
+    <color name="immersive_cling_text_color">@android:color/white</color>
+    <color name="immersive_cling_button_text_color">@android:color/white</color>
+
     <!-- Resolver -->
     <color name="resolver_list_bg">@*android:color/background_material_dark</color>