fix(app): simplify themes (#17274)

This commit is contained in:
Adam 2026-03-13 05:12:58 -05:00 committed by GitHub
commit ff748b82ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 168 additions and 370 deletions

View file

@ -87,7 +87,7 @@
"type": "object",
"description": "A compact semantic palette used to derive the full theme programmatically",
"additionalProperties": false,
"required": ["neutral", "primary", "success", "warning", "error", "info"],
"required": ["neutral", "ink", "primary", "success", "warning", "error", "info"],
"properties": {
"neutral": {
"$ref": "#/definitions/HexColor",
@ -95,7 +95,7 @@
},
"ink": {
"$ref": "#/definitions/HexColor",
"description": "Optional foreground or chrome color used to derive text and border tones"
"description": "Foreground or chrome color used to derive text and border tones"
},
"primary": {
"$ref": "#/definitions/HexColor",