diff options
| author | adamdottv <[email protected]> | 2025-04-28 15:24:16 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-04-30 07:46:34 -0500 |
| commit | 060994f393b6480330ca9f3b66211fe2ecaf67b8 (patch) | |
| tree | 3c46de861f28d794c5d5730c220b40ba048dd4d3 /cmd | |
| parent | 61b605e724eb4cc50ab831534fcdd18e031d68eb (diff) | |
| download | opencode-060994f393b6480330ca9f3b66211fe2ecaf67b8.tar.gz opencode-060994f393b6480330ca9f3b66211fe2ecaf67b8.zip | |
feat: flexoki theme
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/schema/main.go | 2 |
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"}, }, }, } |
