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

This commit is contained in:
Aiden Cline
2025-11-17 08:24:20 -08:00
committed by GitHub
parent f4a4514a9f
commit a5365ce294

View File

@@ -278,8 +278,8 @@ function generateSystem(colors: TerminalColors, mode: "dark" | "light"): ThemeJs
text: fg, text: fg,
textMuted, textMuted,
// Background colors - use 'none' to inherit terminal defaults and transparency // Background colors
background: "none", background: bg,
backgroundPanel: grays[2], backgroundPanel: grays[2],
backgroundElement: grays[3], backgroundElement: grays[3],