We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803d9eb commit 1a59133Copy full SHA for 1a59133
1 file changed
packages/opencode/src/cli/cmd/tui/app.tsx
@@ -606,7 +606,7 @@ function App(props: { onSnapshot?: () => Promise<string[]> }) {
606
category: "System",
607
},
608
{
609
- title: "Toggle theme mode",
+ title: mode() === "dark" ? "Switch to light mode" : "Switch to dark mode",
610
value: "theme.switch_mode",
611
onSelect: (dialog) => {
612
setMode(mode() === "dark" ? "light" : "dark")
0 commit comments