We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27d3c1 commit 05c3caeCopy full SHA for 05c3cae
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