diff --git a/after/syntax/css/vim-coloresque.vim b/after/syntax/css/vim-coloresque.vim index 53cde1d..acb58f4 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("termguicolors") + if !has('gui_running') && !has("termguicolors") let s:black = 0 let s:white = 15 @@ -595,4 +595,4 @@ if has('gui_running') || &t_Co==256 autocmd ColorScheme silent call s:VimCssInit(1) autocmd BufEnter silent call s:VimCssInit(1) augroup END -endif +endif \ No newline at end of file