On Fri, Mar 09, 2001 at 05:47:45PM -0500, Marcelo Chiapparini wrote: > Dear debianers > > I am using the vim-gtk plus vim-rt packages. Although I was able to > change the font using by gvim, I don't > know how change the background and foreground colors. I think that it is a > matter of put > something in /etc/gvimrc, like I done for the fonts. I looked in the man > pages and on-line help, but I didn't > find anything. Any help will be very appreciated. > Regards,
You may want something like: " set bgcolor to light, so colors are readable set background=light The alternative is "dark". -- Eric G. Miller <[email protected]>

