mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-09 18:33:47 -05:00
feat: Enable adaption of colors from termguicolors (#143)
This commit is contained in:
@@ -100,7 +100,7 @@ endfunction
|
|||||||
"
|
"
|
||||||
function! indent_guides#highlight_colors() abort
|
function! indent_guides#highlight_colors() abort
|
||||||
if s:auto_colors
|
if s:auto_colors
|
||||||
if has('gui_running') || has('nvim')
|
if has('gui_running') || has('nvim') || has('termguicolors')
|
||||||
call indent_guides#gui_highlight_colors()
|
call indent_guides#gui_highlight_colors()
|
||||||
else
|
else
|
||||||
call indent_guides#basic_highlight_colors()
|
call indent_guides#basic_highlight_colors()
|
||||||
|
|||||||
Reference in New Issue
Block a user