Closed itaober closed 1 year ago
Yes this happens because they both serve opposite goals.
transparent mode is meant to be used on terminals where you cannot set text_background_opacity, which means that there is no way to see a background in the terminal unless you remove the background from nvim, this is what transparent mode does, if you use a terminal that can use text background opacity or window opacity or something like that, you should not use transparent mode.
fine, thanks for your answer.
After looking the code, I found that the reason is that both of them work by set
background
andbackground_dark
field, so if configuredtransparent_mode
,background_color
will not working.So maybe
background_color
feature work by configforeground
, andtransparent_mode
feature work by configbackground
&background_dark
?This is my config: