omni: Add themes

This makes use of AOSP's theme settings under Display. Adds two themes,
a pixel one and a stock theme for users that want that AOSP look :-)

Thanks to @Viperusgit for the heads on this and the prebuilt apk that was
used to see how to go about recreating these type of themes

Change-Id: I6cf94aa261fe153b640dd2209aad700eab7835e6
diff --git a/config/packages.mk b/config/packages.mk
index 8ed2632..669c4e3 100644
--- a/config/packages.mk
+++ b/config/packages.mk
@@ -42,5 +42,10 @@
     OmniTheme \
     OmniSubs
 
+# Themes
+PRODUCT_PACKAGES += \
+    PixelTheme \
+    Stock
+
 # for easter fun
 #PRODUCT_PACKAGES += EggGame