Skip to content

Commit 3a4f7a6

Browse files
authored
feat: Enable adaption of colors from termguicolors (#143)
1 parent c9d2473 commit 3a4f7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/indent_guides.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ endfunction
100100
"
101101
function! indent_guides#highlight_colors() abort
102102
if s:auto_colors
103-
if has('gui_running') || has('nvim')
103+
if has('gui_running') || has('nvim') || has('termguicolors')
104104
call indent_guides#gui_highlight_colors()
105105
else
106106
call indent_guides#basic_highlight_colors()

0 commit comments

Comments
 (0)