I have looked at these two questions but I think I am not understanding something.
I am using vim-git-gutter.
When I do not have any special settings, I get the default highlighting in the sign column. This is expected behavior.
I add the following to my ~/.vimrc
:
highlight SignColumn ctermbg=white
Now, the background color of the gutter column changes as one would expect. But it changes to light gray and NOT white.
Is there some other magic I can use to make it actually white?
:set termguicolors?
. Could you tell us what is the OperatingSystem that you are using (Linux, maxOS, Windows)? Could you tell us what is the terminal emulator that you are using?notermguicolors
. OS = Ubuntu 20.04.6 LTS. Terminal emulator = gnome-terminal.