feat: Enable adaption of colors from termguicolors (#143)

This commit is contained in:
Guangqing Chen
2023-02-22 16:34:49 +08:00
committed by GitHub
parent c9d2473d5d
commit 3a4f7a6b99

View File

@@ -100,7 +100,7 @@ endfunction
"
function! indent_guides#highlight_colors() abort
if s:auto_colors
if has('gui_running') || has('nvim')
if has('gui_running') || has('nvim') || has('termguicolors')
call indent_guides#gui_highlight_colors()
else
call indent_guides#basic_highlight_colors()