Skip to content

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

@GuessWhoSamFoo

Description

@GuessWhoSamFoo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions