preservim / vim-indent-guides

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

fix: Use basic colors when termguicolors is off #155

Closed liskin closed 1 year ago

liskin commented 1 year ago

indent_guides#gui_highlight_colors only sets guifg/guibg and we don't want that when termguicolors is off.

Fixes: 3a4f7a6b9967 ("feat: Enable adaption of colors from termguicolors (#143)")

alerque commented 1 year ago

Thanks for troubleshooting that and taking the time to contribute.