summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorMartin Palma <[email protected]>2025-05-26 13:45:06 +0200
committerGitHub <[email protected]>2025-05-26 06:45:06 -0500
commit96fbc37f0175052291f8a096d530bd4480f6cb19 (patch)
tree57b5311dc4c443b3997aa0da098a4ff0a684aea3 /cmd
parent89e3a72ae10b96cc1d8a01a8882c6d9e81f20b6a (diff)
downloadopencode-96fbc37f0175052291f8a096d530bd4480f6cb19.tar.gz
opencode-96fbc37f0175052291f8a096d530bd4480f6cb19.zip
feat: ayu theme (#60)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/schema/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/schema/main.go b/cmd/schema/main.go
index 261c703df..854dbfe7c 100644
--- a/cmd/schema/main.go
+++ b/cmd/schema/main.go
@@ -108,6 +108,7 @@ func generateSchema() map[string]any {
"default": "opencode",
"enum": []string{
"opencode",
+ "ayu",
"catppuccin",
"dracula",
"flexoki",