kevinhwang91 / nvim-bqf

Better quickfix window in Neovim, polish old quickfix window.
BSD 3-Clause "New" or "Revised" License
1.69k stars 30 forks source link

disable winblend when notermguicolors is set #116

Closed jake-stewart closed 1 year ago

jake-stewart commented 1 year ago

Neovim version (nvim -v | head -n1)

v0.9.1

Operating system/version

macoS 13.2.1

How to reproduce the issue

  1. set notermguicolors
  2. open bqf window with file preview
  3. notice that it is broken

Expected behavior

if notermguicolors is set, then winblend should default to zero.

Actual behavior

winblend defaults to 12 which makes it look like so:

image