mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Reapply "fix: system theme background to use 'none' for terminal transparency" (#4415)
This reverts commit a5365ce294.
This commit is contained in:
parent
0a2d7af179
commit
7f0b2ce1ac
1 changed files with 2 additions and 2 deletions
|
|
@ -278,8 +278,8 @@ function generateSystem(colors: TerminalColors, mode: "dark" | "light"): ThemeJs
|
|||
text: fg,
|
||||
textMuted,
|
||||
|
||||
// Background colors
|
||||
background: bg,
|
||||
// Background colors - use 'none' to inherit terminal defaults and transparency
|
||||
background: "none",
|
||||
backgroundPanel: grays[2],
|
||||
backgroundElement: grays[3],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue