Respect theme transparency
Buer-Nahida opened this issue · 15 comments
Buer-Nahida commented
rockyzhang24 commented
You can freely modify these bqf's highlight groups according to your preference. You can change the bg of BqfPreviewFloat
to none to make it transparent. If your other float win is transparent, you could also try to link BqfPreviewFloat to NormalFloat.
Buer-Nahida commented
rockyzhang24 commented
Oh I see. Your first pic shows the bg is already transparent but a winblend was set by default for a level of opacity. So you don't need to modify BqfPreviewFloat any more. Just set winblend
to 100 in your bqf config for a fully transparency.
{
preview = {
winblend = 100,
}
}
Buer-Nahida commented
rockyzhang24 commented
As I said, just change winblend
to 100. Don't change any bqf highlight groups.
Buer-Nahida commented
rockyzhang24 commented
Buer-Nahida commented
rockyzhang24 commented
Buer-Nahida commented
rockyzhang24 commented
:h winblend
Buer-Nahida commented
rockyzhang24 commented
cannot help. good luck.
kevinhwang91 commented
winblend=0
Buer-Nahida commented