Closed alex-popov-tech closed 4 years ago
It's intentional, I prefer a darker background in CursorLine
, CursorColumn
and CursorLineNr
, because directly use the background color of SignColumn
will make the CursorLine
and CursorColumn
look a little bit wired, especially in light variant.
If you want to use the same background color of SignColumn
, fork this repo and modify Line 744 - Line 751 like this:
:744,751s/bg1/bg2/
@sainnhe thanks for the answer! Could that be done in this repo using an option of some kind? :)
OK, this might be a better choice because someone else may have the same needs. I'm going to add a new option instead.
yes, exactly :) thanks, can you please post an update when ready in this thread @sainnhe ? I will subscribe to update my vimrc as soon as that will be filished :)
Done via 6d4a18b.
thank you, that is exactly what i needed! closing
I'm using coc.nvim with gruvbox-material, and when signcolumnt pops out i can see that it has different bg comparing to line number column...how can i fix that?