Adding back the style Theme to avoid breaking dependencies
am: f1468af68c

* commit 'f1468af68ca8e2a7d0ff1d8a424d5b3b95c7357b':
  Adding back the style Theme to avoid breaking dependencies
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>