summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/schema/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/schema/main.go b/cmd/schema/main.go
index 805413ab1..4fea0348b 100644
--- a/cmd/schema/main.go
+++ b/cmd/schema/main.go
@@ -105,8 +105,8 @@ func generateSchema() map[string]any {
"theme": map[string]any{
"type": "string",
"description": "TUI theme name",
- "default": "catppuccin",
- "enum": []string{"catppuccin", "gruvbox", "flexoki", "onedark"},
+ "default": "opencode",
+ "enum": []string{"opencode", "catppuccin", "flexoki", "gruvbox", "monokai", "onedark"},
},
},
}