<div dir="ltr">You can customize all the colors in vim if you like, but one quick and easy thing to keep in mind is ":set bg=", as in:<br>:set bg=dark<div>or </div><div>:set bg=light<br><br>If you're in your main terminal app, you can put one of these in your .vimrc, or if you're quickly logging into a remote system, it's easy to type in the vim window. The problem is vim can't detect how your local terminal is set up for colors. The "bg" is short for "background" in this case, so use the one appropriate for your terminal settings. <br><br>Scott</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 27, 2021 at 1:16 PM DJ-Pfulio via Ale <<a href="mailto:ale@ale.org">ale@ale.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 9/27/21 12:42 PM, Jim Kinney via Ale wrote:<br>
> Love those terminal settings with blue text on a black background.<br>
> Almost as useful as brown on black. Those same terminals often have<br>
> lime green on white or worse, yellow on white.<br>
<br>
A lighter blue text on black is fine, but the default in vim with the navy blue on black makes it so I cannot read **any** of the text at all.  I know there's text there, but that's about it.  Basically, it is like #ffffff for the background with #fffffe for the letters. Useless.  Cornflower blue - nice. Standard "blue" is terrible.<br>
<br>
Test:<br>
xterm -sb -fg "cornflower blue"  -bg black &<br>
   vs<br>
xterm -sb -fg blue  -bg black &<br>
<br>
I can't read the 2nd at all.<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="https://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">https://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
</blockquote></div>