Cherish:Add Vivid Colors Theme
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -585,4 +585,8 @@
|
|||||||
<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>
|
||||||
|
|||||||
@@ -21,6 +21,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"
|
||||||
android:title="@string/dark_ui_mode"
|
android:title="@string/dark_ui_mode"
|
||||||
|
|||||||
Reference in New Issue
Block a user