-
I use nvim with termgutcolors = false Without FzfLua: |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Dec 20, 2024
Replies: 1 comment 7 replies
-
Does this happen with |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's not a bug, there's a different highlight group when the statusline is not active
StatusLineNC
, if you run:Lazy
you'll see the same effect (statusline color will change when the float win is open).To "solve" this, set the hlgroup colors to same values as
StatusLine
(using the colors from the repro):Now regarding the effect seen in the OP, not sure why that would be the effect in your setup but might be related to the backdrop (shading) of the background window, try running without backdrop: