feat: add validated appearance palettes
This commit is contained in:
@@ -110,6 +110,7 @@ class UserUiPreferences(BaseModel):
|
||||
reduce_motion: bool = False
|
||||
sticky_section_sidebars: bool = True
|
||||
theme: Literal["system", "light", "dark"] = "system"
|
||||
palette: Literal["default", "civic_blue", "forest", "plum"] = "default"
|
||||
navigation: NavigationPreferencesPayload | None = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user