ellisonleao / gruvbox.nvim

Lua port of the most famous vim colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken signature highlight for Noice

sQVe opened this issue · comments

Describe the bug
Since e685aeb the highlights for the signature help that https://github.com/folke/noice.nvim provides is borken.

To Reproduce
Steps to reproduce the behavior:

  1. Install https://github.com/folke/noice.nvim
  2. Trigger signature help

Expected behavior
The highlights should be clear and easy to read.

image

Screenshots
image

This is cause by https://github.com/ellisonleao/gruvbox.nvim/pull/243/files#diff-55d08b53de540100df87c946fd5f6f085fc842e6b73aa78a451f9e60d0414f11R198. The @error links to Error, which would reverse text color.
Remove it in #245.

And also, in #234, I link LspSignatureActiveParameter to Search. I think this is clear to read.
image

Yeah, works now with the latest release 👍🏼