diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/schema/main.go | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/cmd/schema/main.go b/cmd/schema/main.go index 4a242404e..31508d741 100644 --- a/cmd/schema/main.go +++ b/cmd/schema/main.go @@ -106,7 +106,16 @@ func generateSchema() map[string]any { "type": "string", "description": "TUI theme name", "default": "opencode", - "enum": []string{"opencode", "catppuccin", "dracula", "flexoki", "gruvbox", "monokai", "onedark"}, + "enum": []string{ + "opencode", + "catppuccin", + "dracula", + "flexoki", + "gruvbox", + "monokai", + "onedark", + "tokyonight", + }, }, }, } |
