mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-22 01:02:16 +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",
|
"syntaxNumber",
|
||||||
"syntaxType",
|
"syntaxType",
|
||||||
"syntaxOperator",
|
"syntaxOperator",
|
||||||
"syntaxPunctuation"
|
"syntaxPunctuation",
|
||||||
|
"thinkingOff",
|
||||||
|
"thinkingMinimal",
|
||||||
|
"thinkingLow",
|
||||||
|
"thinkingMedium",
|
||||||
|
"thinkingHigh",
|
||||||
|
"thinkingXhigh",
|
||||||
|
"bashMode"
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"accent": {
|
"accent": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue