feat: flexoki theme

This commit is contained in:
adamdottv
2025-04-30 07:46:34 -05:00
parent 61b605e724
commit 060994f393
2 changed files with 283 additions and 1 deletions
+1 -1
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"},
},
},
}