fix(coding-agent): add missing required colors to theme-schema.json
This commit is contained in:
@@ -78,7 +78,14 @@
|
|||||||
"syntaxNumber",
|
"syntaxNumber",
|
||||||
"syntaxType",
|
"syntaxType",
|
||||||
"syntaxOperator",
|
"syntaxOperator",
|
||||||
"syntaxPunctuation"
|
"syntaxPunctuation",
|
||||||
|
"thinkingOff",
|
||||||
|
"thinkingMinimal",
|
||||||
|
"thinkingLow",
|
||||||
|
"thinkingMedium",
|
||||||
|
"thinkingHigh",
|
||||||
|
"thinkingXhigh",
|
||||||
|
"bashMode"
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"accent": {
|
"accent": {
|
||||||
|
|||||||
Reference in New Issue
Block a user