ellisonleao / gruvbox.nvim

Lua port of the most famous vim colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickFixLine is too similar to Search

Asheq opened this issue · comments

Is your feature request related to a problem? Please describe.
Cannot distinguish the current search pattern from the current quickfix item in the quickfix window

Describe the solution you'd like
QuickFixLine should be a different highlight

Describe alternatives you've considered
highlight! link QuickFixLine PmenuSel

Additional context
Current
image

with highlight! link QuickFixLine PmenuSel
image

I don't necessarily want the final solution to be to link QuickFixLine to PmenuSel (that was just an example). I just want QuickFixLine to not overlap/conflict visually with Search.