mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 09:01:14 +00:00
fix(coding-agent): add missing required colors to theme-schema.json
This commit is contained in:
parent
d89f6e08ce
commit
79268f92d0
1 changed files with 8 additions and 1 deletions
|
|
@ -78,7 +78,14 @@
|
|||
"syntaxNumber",
|
||||
"syntaxType",
|
||||
"syntaxOperator",
|
||||
"syntaxPunctuation"
|
||||
"syntaxPunctuation",
|
||||
"thinkingOff",
|
||||
"thinkingMinimal",
|
||||
"thinkingLow",
|
||||
"thinkingMedium",
|
||||
"thinkingHigh",
|
||||
"thinkingXhigh",
|
||||
"bashMode"
|
||||
],
|
||||
"properties": {
|
||||
"accent": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue