vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
325 stars 18 forks source link

:VifmCs creates truecolor colorscheme even if vifm doesn't support it #51

Closed AtomToast closed 3 years ago

AtomToast commented 3 years ago

At the moment, if you have termguicolors enabled in vim, :VifmCs will create a colorscheme with Hex color codes instead of 256 colors. This would make sense if vifm were to actually support truecolor, which it currently doesn't though.

xaizek commented 3 years ago

Thanks for the report, should be fixed.