summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-04-29 08:20:41 -0500
committeradamdottv <[email protected]>2025-04-30 07:46:35 -0500
commit1e958b62ad0c71331e8a45f7d19ad736ffa52d1c (patch)
tree02f083a60eb9efed9bfba2884fa3beff37c82c90 /cmd
parentfdf5367f4f7e42e6d42379d2f3894eba545d1e62 (diff)
downloadopencode-1e958b62ad0c71331e8a45f7d19ad736ffa52d1c.tar.gz
opencode-1e958b62ad0c71331e8a45f7d19ad736ffa52d1c.zip
feat: opencode theme (default)
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"},
},
},
}