I've downloaded a variety of colorschemes for vim, but none of the white background colorschemes that I've tried have worked in vim, only in gvim. I expect this has to do with the color limitations of the terminal.

I don't need 256 colors, but I would like a decent looking white background that gives some syntax highlighting in the regular Ubuntu 11.04 terminal window.

Suggestions?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 2 down vote accepted

See:

http://stackoverflow.com/questions/1117526/vim-background

The lightest background possible is a light gray.

:highlight Normal ctermfg=blue ctermbg=gray
link|improve this answer
That question pointed out the obvious answer to my problem: change my terminal colors. – Eric Wilson Jun 13 '11 at 19:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.