-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transparent macos-titlebar-style
not honoured when background is close to black
#3424
Comments
This looks like it's the effect of some code that was added in f086bff to make sure it's possible to distinguish the currently selected tab on very dark backgrounds. It could be handled more gracefully than this though. |
I think it's these two assignments, conditional on ghostty/macos/Sources/Features/Terminal/TerminalWindow.swift Lines 554 to 555 in f086bff
Selected tabs are distinguishable based on the colour of the title and indicator, so I think this isn't necessary -- especially given when |
this feels dumb also one workaround is to set it to a bright value at launch but then change it back to a darker value and reload |
@Fake-User Try:
|
@J-Siu |
When
background = #0d0d0d
(or brighter), the titlebar transparency works as expected.When
background = #0c0c0c
(or darker), the titlebar is not transparent and behaves as if set tonative
.Screenshots
The text was updated successfully, but these errors were encountered: