mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
Revert "fix: system theme background to use 'none' for terminal transparency" (#4415)
This commit is contained in:
parent
f4a4514a9f
commit
a5365ce294
@ -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],
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user