In VIM, i'm using a default theme from someone else with tweaks. The color on the left
gutter is dark gray and this makes it hard to see the contents of my gutter (in this case it's vim-gitgutter
).
Example:
How can I update the .vimrc to change this color?
Thanks
The gutter is called the sign-column in vim. It is controlled by the highlight group SignColumn
Example:
highlight SignColumn guibg=blue ctermbg=white
(This needs to be placed after you source your colorscheme)
This could have been found from the vim-gitgutter readme.
Locate the hi SignColumn
in the colorscheme and play with the guibg
and ctermbg
values.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With