On Sat, Aug 11, 2012 at 12:07 AM, Walter Dnes
<waltdnes@waltdnes.org> wrote:
When I fire up vim in a true text console, some of the colours are
bright. When I do so in an xterm, the bright colours ar there, but as
soon as I hit a printable or arrow key, the brightness disappears. I.e.
bright blue turns to dark blue, yellow turns to brown, etc. Is there
some setting I can change to retain the bright colours?
There are a couple ways you can do it. The first is through your .xresources file. X11 keeps its session configuration and preferences in a key/value store called resources, and you can drop stuff into that file to configure just about anything.
'man xterm' to find the resources you can twiddle with.
The other thing you can do is add 'set background=dark' to your .vimrc.