mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-08 18:03:46 -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
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user