You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to implement a transparent background blur on macOS using NSVisualEffectView. For this to work, kitty needs to have a transparent background. When setting background_opacity 0.0 in kitty.conf the text looks very bad:
This is roughly how I would expect it to look:
Am I missing something or is this a limitation of the current text rendering implementation?
I was trying to implement a transparent background blur on macOS using



NSVisualEffectView. For this to work, kitty needs to have a transparent background. When settingbackground_opacity 0.0inkitty.confthe text looks very bad:This is roughly how I would expect it to look:
Am I missing something or is this a limitation of the current text rendering implementation?