feat: opencode theme (default)

This commit is contained in:
adamdottv 2025-04-29 08:20:41 -05:00
commit 1e958b62ad
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
5 changed files with 388 additions and 102 deletions

View file

@ -105,8 +105,8 @@ func generateSchema() map[string]any {
"theme": map[string]any{
"type": "string",
"description": "TUI theme name",
"default": "catppuccin",
"enum": []string{"catppuccin", "gruvbox", "flexoki", "onedark"},
"default": "opencode",
"enum": []string{"opencode", "catppuccin", "flexoki", "gruvbox", "monokai", "onedark"},
},
},
}