diff --git a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/MainPageForS.kt b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/MainPageForS.kt
index 1d1a23ab..ac2cead6 100644
--- a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/MainPageForS.kt
+++ b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/MainPageForS.kt
@@ -18,7 +18,7 @@ class MainPageForS : BasePage() {
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.main_switch,
- colorId = R.color.purple_700
+ colorId = R.color.blue
), SwitchV("main_switch", true)
)
TextSummaryWithSwitch(
diff --git a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/SystemUIPageForS.kt b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/SystemUIPageForS.kt
index 27c52584..82ebd976 100644
--- a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/SystemUIPageForS.kt
+++ b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/SystemUIPageForS.kt
@@ -599,7 +599,7 @@ class SystemUIPageForS : BasePage() {
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.show_weather_main_switch,
- colorId = R.color.purple_700
+ colorId = R.color.blue
),
SwitchV(
"notification_weather",
@@ -636,7 +636,7 @@ class SystemUIPageForS : BasePage() {
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.show_weather_main_switch,
- colorId = R.color.purple_700,
+ colorId = R.color.blue,
tipsId = R.string.control_center_weather_summary
),
SwitchV(
@@ -703,7 +703,7 @@ class SystemUIPageForS : BasePage() {
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.old_qs_custom_switch,
- colorId = R.color.purple_700
+ colorId = R.color.blue
),
SwitchV(
"old_qs_custom_switch",
diff --git a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/MainPageForT.kt b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/MainPageForT.kt
index bf07d352..6b2619e3 100644
--- a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/MainPageForT.kt
+++ b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/MainPageForT.kt
@@ -18,7 +18,7 @@ class MainPageForT : BasePage() {
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.main_switch,
- colorId = R.color.purple_700
+ colorId = R.color.blue
), SwitchV("main_switch", true)
)
TextSummaryWithSwitch(
diff --git a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/SystemUIPageForT.kt b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/SystemUIPageForT.kt
index a2ed364e..5192aca4 100644
--- a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/SystemUIPageForT.kt
+++ b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/SystemUIPageForT.kt
@@ -599,7 +599,7 @@ class SystemUIPageForT : BasePage() {
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.show_weather_main_switch,
- colorId = R.color.purple_700
+ colorId = R.color.blue
),
SwitchV(
"notification_weather",
@@ -636,7 +636,7 @@ class SystemUIPageForT : BasePage() {
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.show_weather_main_switch,
- colorId = R.color.purple_700,
+ colorId = R.color.blue,
tipsId = R.string.control_center_weather_summary
),
SwitchV(
@@ -703,7 +703,7 @@ class SystemUIPageForT : BasePage() {
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.old_qs_custom_switch,
- colorId = R.color.purple_700
+ colorId = R.color.blue
),
SwitchV(
"old_qs_custom_switch",
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 4ee6d8ff..471881bb 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -8,4 +8,5 @@
#FF000000
#FFFFFFFF
#FF0000
+ #0d84ff
\ No newline at end of file