Cherish : Black theme [2/3]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
SagarMakhar
2023-03-19 14:45:07 +07:00
committed by Hưng Phan
parent 7b8678eb13
commit 9e0db71d0c
2 changed files with 12 additions and 0 deletions

View File

@@ -875,4 +875,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

@@ -109,6 +109,14 @@
android:summary="%s"
android:defaultValue="0" />
<!-- Black Theme -->
<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
android:key="android.theme.customization.font"