mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
add /theme
This commit is contained in:
parent
019054dd1e
commit
2a7ab45605
1 changed files with 5 additions and 0 deletions
|
|
@ -250,6 +250,11 @@ export function Autocomplete(props: {
|
|||
description: "show status",
|
||||
onSelect: () => command.trigger("opencode.status"),
|
||||
},
|
||||
{
|
||||
display: "/theme",
|
||||
description: "toggle theme",
|
||||
onSelect: () => command.trigger("theme.switch"),
|
||||
},
|
||||
{
|
||||
display: "/help",
|
||||
description: "show help",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue