Cherish:MonetSetting: Add monochromatic style

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
aswin7469
2023-06-24 12:23:09 +07:00
committed by Hưng Phan
parent e0f2441316
commit 47d8740bd5
2 changed files with 3 additions and 0 deletions

View File

@@ -770,6 +770,7 @@
<item>@string/theme_style_fruit_salad</item>
<item>@string/theme_style_muted</item>
<item>@string/theme_style_content</item>
<item>@string/theme_style_monochromatic</item>
</string-array>
<string-array name="theme_style_values" translatable="false">
@@ -781,6 +782,7 @@
<item>FRUIT_SALAD</item>
<item>MUTED</item>
<item>CONTENT</item>
<item>MONOCHROMATIC</item>
</string-array>
<!-- Monet color sources -->

View File

@@ -881,6 +881,7 @@
<string name="theme_style_fruit_salad">Fruit Salad</string>
<string name="theme_style_muted">Muted</string>
<string name="theme_style_content">Content</string>
<string name="theme_style_monochromatic">Monochromatic</string>
<string name="color_source_title">Color source</string>
<string name="color_source_both">Both (Default)</string>
<string name="color_source_home">Home wallpaper</string>