diff --git a/app/src/common/res/values-night/colors.xml b/app/src/common/res/values-night/colors.xml deleted file mode 100644 index fbe79c35..00000000 --- a/app/src/common/res/values-night/colors.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - #F06292 - #E1F5FE - diff --git a/app/src/common/res/values/colors.xml b/app/src/common/res/values/colors.xml deleted file mode 100644 index 034b22fb..00000000 --- a/app/src/common/res/values/colors.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - #FFFFFF - #F48FB1 - diff --git a/app/src/common/res/values-night-v31/colors.xml b/app/src/main/res/values-night-v31/colors.xml similarity index 95% rename from app/src/common/res/values-night-v31/colors.xml rename to app/src/main/res/values-night-v31/colors.xml index d5b9c2e2..894a37a0 100644 --- a/app/src/common/res/values-night-v31/colors.xml +++ b/app/src/main/res/values-night-v31/colors.xml @@ -15,7 +15,7 @@ ~ You should have received a copy of the GNU General Public License ~ along with LSPosed. If not, see . ~ - ~ Copyright (C) 2022 LSPosed Contributors + ~ Copyright (C) 2023 LSPosed Contributors --> diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 7808ff74..5ba484c5 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -14,7 +14,7 @@ ~ You should have received a copy of the GNU General Public License ~ along with LSPosed. If not, see . ~ - ~ Copyright (C) 2021 LSPosed Contributors + ~ Copyright (C) 2023 LSPosed Contributors --> @@ -26,4 +26,7 @@ @color/abc_primary_text_material_dark @color/abc_secondary_text_material_dark + + #F06292 + #E1F5FE diff --git a/app/src/common/res/values-v31/colors.xml b/app/src/main/res/values-v31/colors.xml similarity index 95% rename from app/src/common/res/values-v31/colors.xml rename to app/src/main/res/values-v31/colors.xml index 41881b35..7da0b37b 100644 --- a/app/src/common/res/values-v31/colors.xml +++ b/app/src/main/res/values-v31/colors.xml @@ -15,7 +15,7 @@ ~ You should have received a copy of the GNU General Public License ~ along with LSPosed. If not, see . ~ - ~ Copyright (C) 2022 LSPosed Contributors + ~ Copyright (C) 2023 LSPosed Contributors --> diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 9c592f58..08ef88ae 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -15,7 +15,7 @@ ~ along with LSPosed. If not, see . ~ ~ Copyright (C) 2020 EdXposed Contributors - ~ Copyright (C) 2021 LSPosed Contributors + ~ Copyright (C) 2023 LSPosed Contributors --> @@ -27,4 +27,7 @@ @color/abc_primary_text_material_light @color/abc_secondary_text_material_light + + #FFFFFF + #F48FB1