In article <[EMAIL PROTECTED]>, "Ethan Benson"
<[EMAIL PROTECTED]> wrote:
> but to answer your question it looks like this can be changed with the
> following resources in your ~/.Xresources file. these are the defaults:
>
> ! These resources control the foreground and background colors of text
> ! which has been selected with the mouse.
> !
> *selectForeground: #000000
> *selectBackground: #FFFFCC
Thanks, putting
*selectForeground: #000000
*selectBackground: #FF0000
in .Xresources solved the problem.
Felix