CursorLineNr and SignColumn highlight

Is there a similar option to CursorLineNr, but for SignColumn?
I’d like to have a different background color for the SignColumn if that line is the current line.

Currently my neovim looks like this:

screenshot__2021-04-14_164717

I’d like to have the same colors in the left side (for the current line)

1 Like

There is not, but maybe we could introduce a CursorLineSign.

But if we do that, we must also introduce CursorLineFold, to have all 3 special kinds of columns covered.

thanks for your answer @mhinz
I opened an issue about it: Add new highlight groups: CursorLineSign and CursorLineFold · Issue #14473 · neovim/neovim · GitHub