Add custom color schemes

This commit is contained in:
MM20
2022-04-14 23:01:19 +02:00
parent 2ca05d34f0
commit 08731887cb
14 changed files with 1374 additions and 5 deletions
+12
View File
@@ -387,6 +387,18 @@
<string name="preference_screen_colors">Color scheme</string>
<string name="preference_colors_default">Default</string>
<string name="preference_colors_bw">Black and White</string>
<string name="preference_colors_custom">Custom</string>
<string name="preference_custom_colors_a1">Primary</string>
<string name="preference_custom_colors_a2">Secondary</string>
<string name="preference_custom_colors_a3">Tertiary</string>
<string name="preference_custom_colors_n1">Neutral</string>
<string name="preference_custom_colors_n2">Neutral Variant</string>
<string name="preference_custom_colors_error">Error</string>
<string name="preference_custom_colors_advanced_mode">Advanced mode</string>
<string name="preference_custom_colors_simple_mode">Simple mode</string>
<string name="preference_colors_auto_generate">Generate from primary color</string>
<string name="preference_category_custom_colors_light">Light color scheme</string>
<string name="preference_category_custom_colors_dark">Dark color scheme</string>
<string name="preference_screen_about">About</string>
<string name="preference_version">Version</string>
<string name="preference_category_links">Links</string>