Cherish : Black theme [2/3]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
SagarMakhar
2023-01-18 11:50:38 +07:00
committed by Hưng Phan
parent ee8d896e41
commit 7b9d9e002d
2 changed files with 12 additions and 0 deletions

View File

@@ -910,4 +910,8 @@
<string name="lock_clock_font_burnstown">Burnstown</string>
<string name="lock_clock_font_dumbledor">Dumbledor</string>
<string name="lock_clock_font_phantombold">PhantomBold</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>

View File

@@ -115,6 +115,14 @@
android:title="@string/monet_engine_settings_title"
android:summary="@string/monet_engine_settings_summary"
android:fragment="com.cherish.settings.fragments.MonetEngineSettings" />
<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:dependency="dark_ui_mode"
android:defaultValue="false" />
<!-- Font style -->
<Preference