xiyaowong / transparent.nvim

Remove all background colors to make nvim transparent
806 stars 23 forks source link

bug: eol listchars turns blue when enabling transparency #28

Closed danielx closed 1 year ago

danielx commented 1 year ago

Using folke/lazy.nvim and disabling all plugins except my colorscheme savq/melange-nvim and this plugin my listchars turns blue when enabling transparency.

Been having issues since i started using this plugin with the listchars turning blue sometimes (mostly when doing / searches) but that could be solved by restarting nvim.

After my last update of this plugin to when it removed the enabled = true setting my eol listchars are always blue when transparency is enabled.

The NonText/EndOfBuffer also changes color to a brighter one.

Options

vim.opt.list = true
vim.opt.listchars:append 'eol:¬'
vim.opt.listchars:append 'trail:·'
vim.opt.listchars:append "tab:→ "
vim.opt.termguicolors = true
vim.cmd [[colorscheme melange]]

transparency enabled

Screenshot 2023-03-23 at 19 24 27

transparency disabled

Screenshot 2023-03-23 at 19 24 39