preservim / vim-indent-guides

A Vim plugin for visually displaying indent levels in code
MIT License
2.62k stars 162 forks source link

Better auto colors #130

Open thcipriani opened 6 years ago

thcipriani commented 6 years ago

When changing themes in terminal vim using autocolors this plugin currently defaults to using darkgrey and black (for dark backgrounds) or lightgrey and white (for light backgrounds) for the indent color. These colors often clash with otherwise harmonious themes. In complete themes the Normal and CustomCursor background colors are set which provide theme-appropriate indent colors.

alerque commented 1 year ago

It looks like this got closed without being merged but might still be relevant. There are merge conflicts because some of this has gotten implemented a different way, but I'm going to re-open anyway to review the CursorColumn handling.