diff --git a/colors/spacegray.vim b/colors/spacegray.vim index bba43c3..28f0503 100644 --- a/colors/spacegray.vim +++ b/colors/spacegray.vim @@ -195,7 +195,7 @@ hi link rubyRailsARClassMethod Statement hi link diffAdded String hi link diffRemoved Function -if (has('terminal') && has('termguicolors') && &termguicolors) || has('gui_running') +if (has('terminal') && has('termguicolors')) || has('gui_running') let g:terminal_ansi_colors = [ \ '#3A3E42', \ '#BF6262',