Cherish:Add Vivid Colors Theme

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
minarypenguin
2022-09-07 22:54:47 +07:00
committed by Hưng Phan
parent d8b45d674a
commit d20937d5e3
2 changed files with 10 additions and 0 deletions

View File

@@ -584,5 +584,9 @@
<string name="wallpaper_color">Wallpaper color</string> <string name="wallpaper_color">Wallpaper color</string>
<string name="custom_color">Custom color</string> <string name="custom_color">Custom color</string>
<string name="edge_light_custom_color_title">Custom color</string> <string name="edge_light_custom_color_title">Custom color</string>
<!-- Black theme -->
<string name="system_black_theme_title">Vivid Colors</string>
<string name="system_black_theme_summary">Use colorful and darker monet shades</string>
</resources> </resources>

View File

@@ -20,6 +20,12 @@
<PreferenceCategory <PreferenceCategory
android:title="@string/theme_customization_category"> android:title="@string/theme_customization_category">
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="system_black_theme"
android:title="@string/system_black_theme_title"
android:summary="@string/system_black_theme_summary"
android:defaultValue="false" />
<Preference <Preference
android:key="dark_ui_mode" android:key="dark_ui_mode"