feat: dracula theme

This commit is contained in:
adamdottv
2025-04-29 08:24:46 -05:00
parent 1e958b62ad
commit 1ae3f1830b
3 changed files with 378 additions and 103 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"},
},
},
}