feat: dracula theme

This commit is contained in:
adamdottv 2025-04-29 08:24:46 -05:00
commit 1ae3f1830b
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 364 additions and 89 deletions

View file

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