From a9eca3ae0f62e4a0711a9b8599b955e4bbdcd244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Sewera?= Date: Wed, 1 Apr 2020 06:10:50 +0200 Subject: [PATCH] Fixed issue #36 where colors will not display in color-capable terminals --- after/syntax/css/vim-coloresque.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/syntax/css/vim-coloresque.vim b/after/syntax/css/vim-coloresque.vim index e8dce8d..3ee3549 100644 --- a/after/syntax/css/vim-coloresque.vim +++ b/after/syntax/css/vim-coloresque.vim @@ -386,7 +386,7 @@ if has('gui_running') || &t_Co==256 endfor endif - if ! has('gui_running') + if ! has('gui_running') && &termguicolors == 0 let s:black = 0 let s:white = 15