diff options
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"}, }, }, } |
