Skip to content

Commit 7f0b2ce

Browse files
committed
Reapply "fix: system theme background to use 'none' for terminal transparency" (#4415)
This reverts commit a5365ce.
1 parent 0a2d7af commit 7f0b2ce

File tree

1 file changed

+2
-2
lines changed
  • packages/opencode/src/cli/cmd/tui/context

1 file changed

+2
-2
lines changed

packages/opencode/src/cli/cmd/tui/context/theme.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ function generateSystem(colors: TerminalColors, mode: "dark" | "light"): ThemeJs
278278
text: fg,
279279
textMuted,
280280

281-
// Background colors
282-
background: bg,
281+
// Background colors - use 'none' to inherit terminal defaults and transparency
282+
background: "none",
283283
backgroundPanel: grays[2],
284284
backgroundElement: grays[3],
285285

0 commit comments

Comments
 (0)