summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-04-28 15:35:51 -0500
committeradamdottv <[email protected]>2025-04-30 07:46:34 -0500
commit0e8842a007aefd28aff2d429263e690a05861f57 (patch)
tree855bb2bab452d44dfe0e5d95c78baf5c35428e99 /cmd
parent060994f393b6480330ca9f3b66211fe2ecaf67b8 (diff)
downloadopencode-0e8842a007aefd28aff2d429263e690a05861f57.tar.gz
opencode-0e8842a007aefd28aff2d429263e690a05861f57.zip
feat: onedark theme
Diffstat (limited to 'cmd')
-rw-r--r--cmd/schema/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/schema/main.go b/cmd/schema/main.go
index e06471fdc..805413ab1 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", "flexoki"},
+ "enum": []string{"catppuccin", "gruvbox", "flexoki", "onedark"},
},
},
}