removed light theme; added dynamic theme (cf. #75)

This commit is contained in:
Josia Pietsch 2024-12-06 00:27:26 +01:00
parent 06777a4d34
commit 3c59ad4c41
Signed by: jrpie
GPG key ID: E70B571D66986A2D
6 changed files with 63 additions and 6 deletions

View file

@ -66,11 +66,13 @@
<item>DEFAULT</item>
<item>DARK</item>
<item>LIGHT</item>
<item>DYNAMIC</item>
</string-array>
<string-array name="settings_theme_color_theme_items" translatable="false">
<item>@string/settings_theme_color_theme_item_default</item>
<item>@string/settings_theme_color_theme_item_dark</item>
<item>@string/settings_theme_color_theme_item_light</item>
<item>@string/settings_theme_color_theme_item_dynamic</item>
</string-array>
<string name="settings_theme_text_shadow_key" translatable="false">theme.text_shadow</string>