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

pull/4415/head
Jensen 2025-11-18 00:22:31 +08:00 committed by GitHub
parent 154006469c
commit f4a4514a9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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