gko / vim-coloresque

css/less/sass/html color preview for vim
351 stars 63 forks source link

terminal will only show flew color when "set termguicolors" in vimrc #36

Closed pangchol closed 4 years ago

pangchol commented 6 years ago

I test it, an find a simple way two fix it: in after/syntax/css/vim-colorresque.vim change if ! has('gui_running') condition to : if ! has('gui_running') && &termguicolors == 0

gko commented 4 years ago

fixed