Adding back the style Theme to avoid breaking dependencies

Change-Id: I4844173ce99cdb15242cca5f06e14c6210d9d877
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 35a9088..92cbe04 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -28,6 +28,8 @@
 
     <style name="LauncherTheme" parent="@style/BaseLauncherTheme"></style>
 
+    <style name="Theme" parent="@style/LauncherTheme"></style>
+
     <!-- Overscroll effect -->
     <style name="CustomOverscroll.Light" parent="@android:style/Theme.DeviceDefault">
         <item name="android:colorEdgeEffect">@color/folder_edge_effect_color</item>