preservim / vim-indent-guides

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

adapt termguicolors #143

Closed gou4shi1 closed 1 year ago

gou4shi1 commented 4 years ago
'termguicolors' 'tgc'   boolean (default off)
            global
            {not available when compiled without the
            |+termguicolors| feature}
    When on, uses |highlight-guifg| and |highlight-guibg| attributes in
    the terminal (thus using 24-bit color).

    Requires a ISO-8613-3 compatible terminal.  If setting this option
    does not work (produces a colorless UI) reading |xterm-true-color|
    might help.

    For Win32 console, Windows 10 version 1703 (Creators Update) or later
    is required. Use this check to find out:
        if has('vcon')
    This requires Vim to be built with the |+vtp| feature.

    Note that the "cterm" attributes are still used, not the "gui" ones.
    NOTE: This option is reset when 'compatible' is set.
gou4shi1 commented 1 year ago

Nice to see this plugin get maintained again!