summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-04-29 08:36:43 -0500
committeradamdottv <[email protected]>2025-04-30 07:46:35 -0500
commit1151accf4b428e64febaf5be0ca53d3c94abe6b1 (patch)
tree44778c1663ded94692df9b768645ae1f0b92d671 /cmd
parent1ae3f1830b5ba9a97b78f0d14910cc08341abe4a (diff)
downloadopencode-1151accf4b428e64febaf5be0ca53d3c94abe6b1.tar.gz
opencode-1151accf4b428e64febaf5be0ca53d3c94abe6b1.zip
feat: tokyonight theme
Diffstat (limited to 'cmd')
-rw-r--r--cmd/schema/main.go11
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",
+ },
},
},
}