From 98e3b10f763067107062a01bbdfec6a73f6fd2f0 Mon Sep 17 00:00:00 2001 From: Konstantin Gorodinskii Date: Fri, 3 Apr 2020 09:11:02 +0200 Subject: [PATCH] fix neovim since it supports termguicolors --- 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 9d65df1..53cde1d 100644 --- a/after/syntax/css/vim-coloresque.vim +++ b/after/syntax/css/vim-coloresque.vim @@ -348,7 +348,7 @@ if has('gui_running') || &t_Co==256 endfor endif - if ! has('gui_running') + if ! has("termguicolors") let s:black = 0 let s:white = 15