Kill dark and black overlays
Change-Id: I796371ac32f6ea10691653f81531b9e54197b2fc
diff --git a/black/Android.mk b/black/Android.mk
deleted file mode 100644
index a346fa6..0000000
--- a/black/Android.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageBlackTheme
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageBlackTheme
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_SYSTEM_PACKAGE)
diff --git a/black/AndroidManifest.xml b/black/AndroidManifest.xml
deleted file mode 100644
index ebe91a3..0000000
--- a/black/AndroidManifest.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<!--
- Copyright (c) 2018, The LineageOS Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.black"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:priority="1" />
-
- <application android:hasCode="false" />
-</manifest>
diff --git a/black/res/values/styles.xml b/black/res/values/styles.xml
deleted file mode 100644
index cbc5ffd..0000000
--- a/black/res/values/styles.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (c) 2018, The LineageOS Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources>
- <style name="Theme.DeviceDefault.QuickSettings" parent="@*android:style/Theme.DeviceDefault">
- <item name="android:colorPrimary">@*android:color/black</item>
- <item name="android:colorPrimaryDark">@*android:color/black</item>
- <item name="android:colorSecondary">@*android:color/black</item>
- <item name="android:colorAccent">@*android:color/accent_device_default_dark</item>
- <item name="android:colorControlNormal">?android:attr/textColorPrimary</item>
- <item name="android:colorBackgroundFloating">@*android:color/black</item>
- <item name="android:dialogTheme">@*android:style/Theme.Material.Settings.BaseDialog</item>
- <item name="android:alertDialogTheme">@*android:style/Theme.Material.Settings.Dialog.BaseAlert</item>
- </style>
-
- <style name="Theme.DeviceDefault.QuickSettings.Dialog" parent="@*android:style/Theme.DeviceDefault.Dialog">
- <item name="android:colorPrimary">@*android:color/black</item>
- <item name="android:colorSecondary">@*android:color/black</item>
- <item name="android:colorAccent">@*android:color/accent_device_default_dark</item>
- <item name="android:colorBackground">#ff121212</item>
- </style>
-
- <style name="Theme.DeviceDefault.Settings" parent="@*android:style/Theme.Material">
- <item name="android:actionBarTheme">@*android:style/ThemeOverlay.DeviceDefault.ActionBar.Accent</item>
- <item name="android:colorBackground">@*android:color/black</item>
- <item name="android:colorPrimary">@*android:color/black</item>
- <item name="android:colorPrimaryDark">@*android:color/black</item>
- <item name="android:colorAccent">@*android:color/accent_device_default_dark</item>
- <item name="android:colorEdgeEffect">@*android:color/white</item>
- <item name="android:colorSecondary">@*android:color/black</item>
- <item name="android:navigationBarColor">@*android:color/black</item>
- <item name="android:textColorPrimaryInverse">@*android:color/black</item>
- <item name="android:dialogTheme">@*android:style/Theme.Material.Settings.BaseDialog</item>
- <item name="android:alertDialogTheme">@*android:style/Theme.Material.Settings.Dialog.BaseAlert</item>
- <item name="android:windowLightStatusBar">false</item>
- <item name="android:windowLightNavigationBar">false</item>
- </style>
-
- <style name="Theme.Material.Settings.BaseDialog" parent="@*android:style/Theme.Material.BaseDialog">
- <item name="android:colorPrimary">@*android:color/black</item>
- <item name="android:colorPrimaryDark">@*android:color/black</item>
- <item name="android:colorAccent">@*android:color/accent_device_default_dark</item>
- <item name="android:colorBackground">#ff121212</item>
- </style>
-
- <style name="Theme.Material.Settings.Dialog.BaseAlert" parent="@*android:style/Theme.Material.Dialog.BaseAlert">
- <item name="android:colorPrimary">@*android:color/black</item>
- <item name="android:colorPrimaryDark">@*android:color/black</item>
- <item name="android:colorAccent">@*android:color/accent_device_default_dark</item>
- <item name="android:colorBackground">#ff121212</item>
- </style>
-</resources>
diff --git a/dark/Android.mk b/dark/Android.mk
deleted file mode 100644
index feb39db..0000000
--- a/dark/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageDarkTheme
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageDarkTheme
-LOCAL_OVERRIDES_PACKAGES := SysuiDarkThemeOverlay
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_SYSTEM_PACKAGE)
diff --git a/dark/AndroidManifest.xml b/dark/AndroidManifest.xml
deleted file mode 100644
index d79839a..0000000
--- a/dark/AndroidManifest.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<!--
- Copyright (c) 2018, The LineageOS Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.dark"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:priority="1" />
-
- <application android:hasCode="false" />
-</manifest>
diff --git a/dark/res/values/styles.xml b/dark/res/values/styles.xml
deleted file mode 100644
index 7226043..0000000
--- a/dark/res/values/styles.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (c) 2018, The LineageOS Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources>
- <style name="Theme.DeviceDefault.QuickSettings" parent="@*android:style/Theme.DeviceDefault">
- <item name="android:colorPrimary">@*android:color/primary_device_default_dark</item>
- <item name="android:colorPrimaryDark">@*android:color/primary_dark_device_default_settings</item>
- <item name="android:colorSecondary">@*android:color/secondary_device_default_settings</item>
- <item name="android:colorAccent">@*android:color/accent_device_default_dark</item>
- <item name="android:colorControlNormal">?android:attr/textColorPrimary</item>
- <item name="android:colorBackgroundFloating">@*android:color/material_grey_900</item>
- </style>
-
- <style name="Theme.DeviceDefault.QuickSettings.Dialog" parent="@*android:style/Theme.DeviceDefault.Dialog">
- <item name="android:colorPrimary">@*android:color/primary_device_default_dark</item>
- <item name="android:colorSecondary">@*android:color/secondary_device_default_settings</item>
- <item name="android:colorAccent">@*android:color/accent_device_default_dark</item>
- </style>
-
- <style name="Theme.DeviceDefault.Settings" parent="@*android:style/Theme.Material">
- <item name="android:actionBarTheme">@*android:style/ThemeOverlay.DeviceDefault.ActionBar.Accent</item>
- <item name="android:colorPrimary">@*android:color/primary_device_default_dark</item>
- <item name="android:colorPrimaryDark">@*android:color/primary_dark_device_default_settings</item>
- <item name="android:colorAccent">@*android:color/accent_device_default_dark</item>
- <item name="android:colorEdgeEffect">#ffffffff</item>
- <item name="android:colorSecondary">@*android:color/secondary_device_default_settings</item>
- <item name="android:textColorPrimaryInverse">@*android:color/background_material_dark</item>
- <item name="android:windowLightStatusBar">false</item>
- <item name="android:windowLightNavigationBar">false</item>
- </style>
-
- <style name="Theme.Material.Settings.Dialog.BaseAlert" parent="@*android:style/Theme.Material.Dialog.BaseAlert">
- <item name="android:colorPrimaryDark">@*android:color/primary_dark_material_settings</item>
- <item name="android:colorPrimary">@*android:color/primary_material_settings</item>
- <item name="android:colorSecondary">@*android:color/secondary_material_settings</item>
- </style>
-</resources>