I have tried this in both gVIM and VIM
the background is correctly applied in gVIM but not in VIM, it just stays black.
I use the command, :color zenburn
I am running this in Windows XP, Command Prompt
I also wonder how many colours command prompt in xp supports.
I have tried this in both gVIM and VIM the background is correctly applied
Share
The colour sets between “gui” vim (
gvim) and “console” vim (vim) are completely different. They can even be completely different for the same colour scheme.I’m unfamiliar with the “zenburn” scheme, but it sounds like it makes different choices depending on whether you’re using the GUI or not.
The
:highlightcommand has different arguments (term=,cterm=,gui=, etc) that define the different colours used by vim in different modes. You should be able to look at yourzenburn.vimcolour definition file to see what it is using.