Revert "fix: system theme background to use 'none' for terminal transparency (#4408)"

This reverts commit de7090ecf4.
This commit is contained in:
Aiden Cline
2025-11-17 16:03:27 -06:00
parent 0b51bcdb20
commit aa8912f36c
@@ -278,8 +278,8 @@ function generateSystem(colors: TerminalColors, mode: "dark" | "light"): ThemeJs
text: fg,
textMuted,
// Background colors - use 'none' to inherit terminal defaults and transparency
background: "none",
// Background colors
background: bg,
backgroundPanel: grays[2],
backgroundElement: grays[3],