Torsten A. 写道: > I checked at vim color scheme test for different color schemes and > downloaded a few. But when ever I choose some color scheme it doesn't > look even close to whatever scheme I just downloaded. It looks like vim > gets all the colors wrong. Particularly the background never changes > from black to whatever color the scheme may choose. > > I use xterm, $TERM=xterm (though I already tried it with xterm-color - > the same) on Debian Squeeze, vim 7.2.130. >
You will need a 256-color enabled color scheme with t_Co=256 to see the correct color. Or you can tune the colorscheme yourself to support 256-color term. If you have any experience in developing colorscheme it would be easy, Otherwise, go download a color scheme which supports 256-color. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
