feat: flexoki theme

This commit is contained in:
adamdottv 2025-04-28 15:24:16 -05:00
commit 060994f393
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 283 additions and 1 deletions

View file

@ -106,7 +106,7 @@ func generateSchema() map[string]any {
"type": "string",
"description": "TUI theme name",
"default": "catppuccin",
"enum": []string{"catppuccin", "gruvbox"}, // Will be expanded as new themes are added
"enum": []string{"catppuccin", "gruvbox", "flexoki"},
},
},
}