From 060994f393b6480330ca9f3b66211fe2ecaf67b8 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:24:16 -0500 Subject: feat: flexoki theme --- cmd/schema/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/schema/main.go b/cmd/schema/main.go index 10767f525..e06471fdc 100644 --- a/cmd/schema/main.go +++ b/cmd/schema/main.go @@ -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"}, }, }, } -- cgit v1.2.3