diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index ebc9efff..dea495fc 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -18,7 +18,7 @@ endif let g:colors_name='gruvbox' -if !has('gui_running') && &t_Co != 256 +if !(has('termguicolors') && &termguicolors) && !has('gui_running') && &t_Co != 256 finish endif