colorscheme murphyworks for gvim at home on WinXp and for vim on Linux.
rxvt -geometry 130x60 -bg black -fg gray -cr white -fn "Lucida Console-11" -sr -sl 5000 -j -cr white -tn rxvt -e bash -liActually, I don't use that anymore - I moved most of those settings into ~/.Xdefaults (which rxvt will still read, even when it's not operating in X11 mode.)
XTerm*foreground: whiteXTerm*background: blackNow about Vim. I misunderstood your problem, I thought that you had a black background and Vim choosed colors that were to dark to read. So I might have misled you with my answer. The background option is not there to set the background color: it is there to tell Vim what the background color of your terminal is, so Vim can adjust the colorscheme. So if you have a white background, you should set it to "light", and if you have a black background, to "dark", and hopefully you get readable colors :)
set background=darkcolorscheme elflord(I think you forgot the set keyword, and Vim complained about that.)
XTerm*color4: Blue2This page lists the X color names. If the shade you want isn't in there, you could try looking for an rgb.txt file and adding it yourself, rxvt might notice it.
posted by bingo at 5:04 AM on August 13, 2005