Skip to content

Commit 1a59133

Browse files
thdxropencode
authored andcommitted
Improve light mode dark mode copy
1 parent 803d9eb commit 1a59133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/opencode/src/cli/cmd/tui

packages/opencode/src/cli/cmd/tui/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ function App(props: { onSnapshot?: () => Promise<string[]> }) {
606606
category: "System",
607607
},
608608
{
609-
title: "Toggle theme mode",
609+
title: mode() === "dark" ? "Switch to light mode" : "Switch to dark mode",
610610
value: "theme.switch_mode",
611611
onSelect: (dialog) => {
612612
setMode(mode() === "dark" ? "light" : "dark")

0 commit comments

Comments
 (0)