diff options
| author | mosimchah <mosimchah@gmail.com> | 2018-06-10 07:23:44 -0400 |
|---|---|---|
| committer | Toni Ananta <townex22@gmail.com> | 2018-06-11 16:20:45 +0000 |
| commit | 745c7f759b8b6defdac6f2b3d323f286c6b98f2d (patch) | |
| tree | ef04cd32d2b5bed9d8f3a7f4a840aa5b26a81e8b | |
| parent | 65ac627148a658ef64a0ad93b3d2b269e78f1dc9 (diff) | |
Berry: Nuke red and lava color accent [1/3]
* Add demon red color accent by @Demon000
Change-Id: I4d8d93676944dabf4b9b4eceb28ece1c0e522ae2
| -rw-r--r-- | accents/demon/Android.mk (renamed from accents/lava/Android.mk) | 4 | ||||
| -rw-r--r-- | accents/demon/AndroidManifest.xml (renamed from accents/red/AndroidManifest.xml) | 6 | ||||
| -rw-r--r-- | accents/demon/res/values/colors.xml (renamed from accents/lava/res/values/colors.xml) | 14 | ||||
| -rw-r--r-- | accents/lava/AndroidManifest.xml | 33 | ||||
| -rw-r--r-- | accents/red/Android.mk | 9 | ||||
| -rw-r--r-- | accents/red/res/values/colors.xml | 25 |
6 files changed, 12 insertions, 79 deletions
diff --git a/accents/lava/Android.mk b/accents/demon/Android.mk index a756cd7..43c0ea9 100644 --- a/accents/lava/Android.mk +++ b/accents/demon/Android.mk @@ -1,9 +1,9 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) -LOCAL_RRO_THEME := LineageLavaAccent +LOCAL_RRO_THEME := LineageDemonAccent LOCAL_CERTIFICATE := platform LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res -LOCAL_PACKAGE_NAME := LineageLavaAccent +LOCAL_PACKAGE_NAME := LineageDemonAccent include $(BUILD_RRO_SYSTEM_PACKAGE) diff --git a/accents/red/AndroidManifest.xml b/accents/demon/AndroidManifest.xml index 7295427..aea8689 100644 --- a/accents/red/AndroidManifest.xml +++ b/accents/demon/AndroidManifest.xml @@ -14,7 +14,7 @@ limitations under the License. --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="org.lineageos.overlay.accent.red" + package="org.lineageos.overlay.accent.demon" android:versionCode="1" android:versionName="1.0"> @@ -24,10 +24,10 @@ <application android:hasCode="false" - android:label="@*lineageos.platform:string/accent_red"> + android:label="@*lineageos.platform:string/accent_demon"> <meta-data android:name="lineage_berry_accent_preview" - android:value="#F44336" /> + android:value="#EC0928" /> </application> </manifest> diff --git a/accents/lava/res/values/colors.xml b/accents/demon/res/values/colors.xml index 590ac2a..c59cc58 100644 --- a/accents/lava/res/values/colors.xml +++ b/accents/demon/res/values/colors.xml @@ -15,11 +15,11 @@ limitations under the License. --> <resources> - <color name="accent_device_default_700">#D7232F</color> - <color name="accent_device_default_dark">#D7232F</color> - <color name="accent_device_default_light">#D7232F</color> - <color name="material_deep_teal_200">#D7232F</color> - <color name="material_deep_teal_500">#D7232F</color> - <color name="notification_icon_bg_color">#D7232F</color> - <color name="system_notification_accent_color">#D7232F</color> + <color name="accent_device_default_700">#EC0928</color> + <color name="accent_device_default_dark">#EC0928</color> + <color name="accent_device_default_light">#EC0928</color> + <color name="material_deep_teal_200">#EC0928</color> + <color name="material_deep_teal_500">#EC0928</color> + <color name="notification_icon_bg_color">#EC0928</color> + <color name="system_notification_accent_color">#EC0928</color> </resources> diff --git a/accents/lava/AndroidManifest.xml b/accents/lava/AndroidManifest.xml deleted file mode 100644 index 5d7df9e..0000000 --- a/accents/lava/AndroidManifest.xml +++ /dev/null @@ -1,33 +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.accent.lava" - android:versionCode="1" - android:versionName="1.0"> - - <overlay - android:targetPackage="android" - android:priority="1" /> - - <application - android:hasCode="false" - android:label="@*lineageos.platform:string/accent_lava"> - - <meta-data - android:name="lineage_berry_accent_preview" - android:value="#D7232F" /> - </application> -</manifest> diff --git a/accents/red/Android.mk b/accents/red/Android.mk deleted file mode 100644 index fa54502..0000000 --- a/accents/red/Android.mk +++ /dev/null @@ -1,9 +0,0 @@ -LOCAL_PATH:= $(call my-dir) -include $(CLEAR_VARS) - -LOCAL_RRO_THEME := LineageRedAccent -LOCAL_CERTIFICATE := platform -LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res -LOCAL_PACKAGE_NAME := LineageRedAccent - -include $(BUILD_RRO_SYSTEM_PACKAGE) diff --git a/accents/red/res/values/colors.xml b/accents/red/res/values/colors.xml deleted file mode 100644 index 356feb3..0000000 --- a/accents/red/res/values/colors.xml +++ /dev/null @@ -1,25 +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> - <color name="accent_device_default_700">#F44336</color> - <color name="accent_device_default_dark">#F44336</color> - <color name="accent_device_default_light">#F44336</color> - <color name="material_deep_teal_200">#F44336</color> - <color name="material_deep_teal_500">#F44336</color> - <color name="notification_icon_bg_color">#F44336</color> - <color name="system_notification_accent_color">#F44336</color> -</resources> |
