tinted-theming / base16-vim

base16-vim refreshes and commits new themes weekly automatically and has a documented build process.
https://github.com/base16-project/base16
Other
103 stars 21 forks source link

[Bug report] Floating window selected text matches background #44

Closed magicmaaaaan closed 2 years ago

magicmaaaaan commented 2 years ago

Describe the bug Hi,

I'm using the base16-default-dark theme.

It seems #40 changed the floating window selected text to match the background, leaving the highlighted entry unreadable.

Screen Shot 2021-12-14 at 4 48 15 PM

Expected behavior Reverting back to 27be0b8e10bc90f1fb936591bd7e6b47e0d2324b fixes the issue.

Screen Shot 2021-12-14 at 4 49 05 PM

Screenshots See above.

System Vim or Neovim: Neovim Vim or Neovim version: 0.6.0 Any other plugins you may consider relevant: hrsh7th/nvim-cmp

Minimal configuration file

require('packer').startup(function()
  use "fnune/base16-vim"
end)

vim.g.base16colorspace = 256
vim.cmd("colorscheme base16-default-dark")