fix: system theme background to use 'none' for terminal transparency (#4408)
parent
154006469c
commit
f4a4514a9f
|
|
@ -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…
Reference in New Issue