Add material 3 high contrast theme

This commit is contained in:
MM20
2025-06-10 18:41:18 +02:00
parent e503a003e0
commit 5525609355
5 changed files with 100 additions and 0 deletions
@@ -428,6 +428,7 @@
<string name="preference_theme_dark">Dark</string>
<string name="preference_screen_colors">Color scheme</string>
<string name="preference_colors_default">Default</string>
<string name="preference_colors_high_contrast">High contrast</string>
<string name="preference_colors_bw">Black and White</string>
<string name="preference_custom_colors_corepalette">Color palette</string>
<string name="preference_mdy_color_source">Source for dynamic colors</string>
@@ -212,6 +212,10 @@ sealed interface ColorsDescriptor {
@SerialName("default")
data object Default : ColorsDescriptor
@Serializable
@SerialName("high_contrast")
data object HighContrast : ColorsDescriptor
@Serializable
@SerialName("bw")
data object BlackAndWhite : ColorsDescriptor