mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 09:44:21 +01:00
feat: opencode theme (default)
This commit is contained in:
@@ -105,8 +105,8 @@ func generateSchema() map[string]any {
|
||||
"theme": map[string]any{
|
||||
"type": "string",
|
||||
"description": "TUI theme name",
|
||||
"default": "catppuccin",
|
||||
"enum": []string{"catppuccin", "gruvbox", "flexoki", "onedark"},
|
||||
"default": "opencode",
|
||||
"enum": []string{"opencode", "catppuccin", "flexoki", "gruvbox", "monokai", "onedark"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user