From c699ca10ed421c462bd1c87a158faaa570dc8e28 Mon Sep 17 00:00:00 2001 From: Akshay Hegde Date: Mon, 5 Jul 2021 20:50:11 -0700 Subject: [PATCH] Don't require 'termguicolors' to be enabled to set terminal ansi colors --- colors/spacegray.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',