fix(app): simplify themes (#17274)

This commit is contained in:
Adam
2026-03-13 05:12:58 -05:00
committed by GitHub
parent 9fafa57562
commit ff748b82ca
5 changed files with 165 additions and 367 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",