Skip to content

Commit a5365ce

Browse files
authored
Revert "fix: system theme background to use 'none' for terminal transparency" (sst#4415)
1 parent f4a4514 commit a5365ce

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

0 commit comments

Comments
 (0)