feat: flexoki theme

This commit is contained in:
adamdottv
2025-04-28 15:24:16 -05:00
parent 2ba130f3a9
commit 5c95f247a4
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"},
},
},
}