Wednesday, December 1, 2010

Re: Change background colour to specific colour

On Wed, December 1, 2010 3:58 pm, Dotan Cohen wrote:
> I have been googling for a way to change the background colour of VIM
> to a specific colour. For example, I'd like it to be #c6c0d7. Is there
> no way to do such a thing? I only see references to using
> already-configured colours in VIM.

For the gui version, this is possible. See :h gui-colors

So this should work:
:hi Normal guibg=#c6c0d7

For the terminal version, this depends on your terminal and vim has no
control over those settings.

regards,
Christian

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: