feat: tokyonight theme

This commit is contained in:
adamdottv
2025-04-29 08:36:43 -05:00
parent 1ae3f1830b
commit 1151accf4b
3 changed files with 384 additions and 100 deletions

View File

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