From 79268f92d0decbf5605364cb8c6d9a7f81b165c3 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 22 Jan 2026 14:28:00 +0100 Subject: [PATCH] fix(coding-agent): add missing required colors to theme-schema.json --- .../src/modes/interactive/theme/theme-schema.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/coding-agent/src/modes/interactive/theme/theme-schema.json b/packages/coding-agent/src/modes/interactive/theme/theme-schema.json index c2a5c4b4..7bc495da 100644 --- a/packages/coding-agent/src/modes/interactive/theme/theme-schema.json +++ b/packages/coding-agent/src/modes/interactive/theme/theme-schema.json @@ -78,7 +78,14 @@ "syntaxNumber", "syntaxType", "syntaxOperator", - "syntaxPunctuation" + "syntaxPunctuation", + "thinkingOff", + "thinkingMinimal", + "thinkingLow", + "thinkingMedium", + "thinkingHigh", + "thinkingXhigh", + "bashMode" ], "properties": { "accent": {