diff options
| author | adamdottv <[email protected]> | 2025-04-29 08:36:43 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-04-30 07:46:35 -0500 |
| commit | 1151accf4b428e64febaf5be0ca53d3c94abe6b1 (patch) | |
| tree | 44778c1663ded94692df9b768645ae1f0b92d671 /cmd | |
| parent | 1ae3f1830b5ba9a97b78f0d14910cc08341abe4a (diff) | |
| download | opencode-1151accf4b428e64febaf5be0ca53d3c94abe6b1.tar.gz opencode-1151accf4b428e64febaf5be0ca53d3c94abe6b1.zip | |
feat: tokyonight theme
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", + }, }, }, } |
