sainnhe / gruvbox-material

Gruvbox with Material Palette
MIT License
1.96k stars 166 forks source link

Change sitgncolumn bg #31

Closed alex-popov-tech closed 4 years ago

alex-popov-tech commented 4 years ago

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?

sainnhe commented 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/
alex-popov-tech commented 4 years ago

@sainnhe thanks for the answer! Could that be done in this repo using an option of some kind? :)

sainnhe commented 4 years ago

OK, this might be a better choice because someone else may have the same needs. I'm going to add a new option instead.

alex-popov-tech commented 4 years ago

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 :)

sainnhe commented 4 years ago

Done via 6d4a18b.

alex-popov-tech commented 4 years ago

thank you, that is exactly what i needed! closing