feat: flexoki theme

This commit is contained in:
adamdottv
2025-04-28 15:24:16 -05:00
parent 61b605e724
commit 060994f393
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"},
},
},
}