Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing color of default red 'set colorcolumn=80' #28

Open
GuessWhoSamFoo opened this issue Feb 27, 2017 · 1 comment
Open

Changing color of default red 'set colorcolumn=80' #28

GuessWhoSamFoo opened this issue Feb 27, 2017 · 1 comment

Comments

@GuessWhoSamFoo
Copy link

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),",")

@butterywombat
Copy link

butterywombat commented Oct 22, 2018

*ctermbg :) thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants