Marco Ippolito 写道: > Could anybody please help me modify the > above-mentioned script (currently at ver. 0.2.7) so that it > successfully detects "light-coloured-background-sessions" and switches > to the alternative colour set? That would be really appreciated, I > spent a bit of time on this and I fear is beyond my current > understanding of cterm colouring! Thanks a million in advance! This > mailing list *rocks*, by the way :-) Ciao! - Marco
Vim will try to detect the light or dark background of your cterm, however it is not reliable because there really is no reliable way to do that. So you may need to add :set background=dark or :set background=light to your .vimrc, or to map this two commands to some keyboard shortcut and do it on the fly. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
