summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-04-28 15:24:16 -0500
committeradamdottv <[email protected]>2025-04-30 07:46:34 -0500
commit060994f393b6480330ca9f3b66211fe2ecaf67b8 (patch)
tree3c46de861f28d794c5d5730c220b40ba048dd4d3 /cmd
parent61b605e724eb4cc50ab831534fcdd18e031d68eb (diff)
downloadopencode-060994f393b6480330ca9f3b66211fe2ecaf67b8.tar.gz
opencode-060994f393b6480330ca9f3b66211fe2ecaf67b8.zip
feat: flexoki theme
Diffstat (limited to 'cmd')
-rw-r--r--cmd/schema/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/schema/main.go b/cmd/schema/main.go
index 10767f525..e06471fdc 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": "catppuccin",
- "enum": []string{"catppuccin", "gruvbox"}, // Will be expanded as new themes are added
+ "enum": []string{"catppuccin", "gruvbox", "flexoki"},
},
},
}