diff options
| author | adamdottv <[email protected]> | 2025-04-29 08:24:46 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-04-30 07:46:35 -0500 |
| commit | 1ae3f1830b5ba9a97b78f0d14910cc08341abe4a (patch) | |
| tree | cdf85f3cfdad2ac24431d539a51bb58eb0ccebb3 /cmd | |
| parent | 1e958b62ad0c71331e8a45f7d19ad736ffa52d1c (diff) | |
| download | opencode-1ae3f1830b5ba9a97b78f0d14910cc08341abe4a.tar.gz opencode-1ae3f1830b5ba9a97b78f0d14910cc08341abe4a.zip | |
feat: dracula theme
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/schema/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/schema/main.go b/cmd/schema/main.go index 4fea0348b..4a242404e 100644 --- a/cmd/schema/main.go +++ b/cmd/schema/main.go @@ -106,7 +106,7 @@ func generateSchema() map[string]any { "type": "string", "description": "TUI theme name", "default": "opencode", - "enum": []string{"opencode", "catppuccin", "flexoki", "gruvbox", "monokai", "onedark"}, + "enum": []string{"opencode", "catppuccin", "dracula", "flexoki", "gruvbox", "monokai", "onedark"}, }, }, } |
