zenbones-theme / zenbones.nvim

🪨 A collection of contrast-based Vim/Neovim colorschemes
MIT License
714 stars 49 forks source link

Statuscolumn highlighting removed on lines with diagnostics #111

Closed gegoune closed 1 year ago

gegoune commented 1 year ago

Hey,

with

vim.g.zenwritten = {
  solid_line_nr = true,
}

vim.cmd.colorscheme 'zenwritten'

background (solid_line_nr) is removed from lines containing diagnostics:

diags

I think it would look better/more consistent if diagnostic lines also had background on linenr.

(Great colorschemes! Thanks!)

mcchrish commented 1 year ago

Thanks for reporting. Can you share your config related to the statuscolumn?

gegoune commented 1 year ago
vim.opt.statuscolumn = ' %C%=%l%s%#Normal# '

Sign used for diagnostic, one on screenshot is ' 🮇' (https://www.compart.com/en/unicode/U+2595).

gegoune commented 1 year ago

It was actually down to highlight group I was setting up for my signs, completely forgot about it, apologies for the noise.