Dax Raad пре 3 месеци
родитељ
комит
2a7ab45605
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      packages/opencode/src/cli/cmd/tui/component/prompt/autocomplete.tsx

+ 5 - 0
packages/opencode/src/cli/cmd/tui/component/prompt/autocomplete.tsx

@@ -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",