feat: tokyonight theme

This commit is contained in:
adamdottv 2025-04-29 08:36:43 -05:00
commit 1151accf4b
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 376 additions and 92 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",
},
},
},
}