zenbones-theme / zenbones.nvim

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

Incorrect highlight for Noice's command/search floating window #124

Closed gegoune closed 1 year ago

gegoune commented 1 year ago

Hey, I have noticed that there is highlighting issue with border and caret of Noice's cmd window when solid_line_nr is set to true:

noice

With it set to false you get expected result:

bones
mcchrish commented 1 year ago

I just pushed some highlighting groups for noice. By default they are linked to DiagnosticSignInfo where it gets the background color from.

gegoune commented 1 year ago

Looks very good, thank you! Closing.