Implement color scheme preferences

This commit is contained in:
MM20
2021-09-27 16:05:57 +02:00
parent a2cf713b56
commit 30e8af57ac
8 changed files with 293 additions and 40 deletions
+7
View File
@@ -390,6 +390,13 @@
<string name="preference_card_background_default">Standard (weiß/dunkelgrau)</string>
<string name="preference_card_background_black">Weiß/schwarz</string>
<string name="preference_card_background_colored">Farbig (aus Hintergrundbild)</string>
<string name="preference_screen_colors">Farbschema</string>
<string name="preference_colors_default">Standard</string>
<string name="preference_colors_mm20">MM20</string>
<string name="preference_colors_wallpaper">Aus Hintergrundbild</string>
<string name="preference_colors_mdyou">System / Material You</string>
<string name="preference_colors_bw">Schwarz-Weiß</string>
<string name="preference_colors_custom">Benutzerdefiniert</string>
<string name="date_today">Heute</string>
<string name="date_tomorrow">Morgen</string>
+7
View File
@@ -65,6 +65,13 @@
<string name="preference_theme_light">Light</string>
<string name="preference_theme_dark">Dark</string>
<string name="preference_theme_black">Black</string>
<string name="preference_screen_colors">Color scheme</string>
<string name="preference_colors_default">Default</string>
<string name="preference_colors_mm20">MM20</string>
<string name="preference_colors_wallpaper">From wallpaper</string>
<string name="preference_colors_mdyou">System / Material You</string>
<string name="preference_colors_bw">Black and White</string>
<string name="preference_colors_custom">Custom</string>
<string name="preference_screen_about">About</string>
<string name="preference_version">Version</string>
<string name="preference_category_developer">Developer</string>