diff options
| author | adamdottv <[email protected]> | 2025-04-28 15:35:51 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-04-30 07:46:34 -0500 |
| commit | 0e8842a007aefd28aff2d429263e690a05861f57 (patch) | |
| tree | 855bb2bab452d44dfe0e5d95c78baf5c35428e99 /cmd | |
| parent | 060994f393b6480330ca9f3b66211fe2ecaf67b8 (diff) | |
| download | opencode-0e8842a007aefd28aff2d429263e690a05861f57.tar.gz opencode-0e8842a007aefd28aff2d429263e690a05861f57.zip | |
feat: onedark theme
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/schema/main.go | 2 |
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"}, }, }, } |
