python-vimrc icon indicating copy to clipboard operation
python-vimrc copied to clipboard

Changing color of default red 'set colorcolumn=80'

Open GuessWhoSamFoo opened this issue 7 years ago • 1 comments

The red bar from set colorcolumn=80 is somewhat distracting and does not fit with the airline theme.

I propose implementing a soft and hard line wrap using a gray color scale color as an alternative.

let &colorcolumn=join(range(81,999),",") highlight ColorColumn ctermbf=235 guibg=#2c2d27 let &colorcolumn="80,".join(range(120,999),",")

GuessWhoSamFoo avatar Feb 27 '17 22:02 GuessWhoSamFoo

*ctermbg :) thanks!

butterywombat avatar Oct 22 '18 18:10 butterywombat