diff --git a/macos/Sources/Features/Terminal/TerminalController.swift b/macos/Sources/Features/Terminal/TerminalController.swift index f2f9ed277..07e679771 100644 --- a/macos/Sources/Features/Terminal/TerminalController.swift +++ b/macos/Sources/Features/Terminal/TerminalController.swift @@ -250,7 +250,7 @@ class TerminalController: NSWindowController, NSWindowDelegate, // over 0.1 to prevent: https://github.com/mitchellh/ghostty/issues/1549 let bgColor = NSColor(ghostty.config.backgroundColor) if (bgColor.luminance > 0.1) { - window.backgroundColor = NSColor(ghostty.config.backgroundColor) + window.backgroundColor = bgColor } // This makes sure our titlebar renders correctly when there is a transparent background