[CM] snd colors
Bill Schottstaedt
bil@ccrma.Stanford.EDU
Mon, 12 Aug 2002 06:16:49 -0700
> hi, I just installed snd but I have a hard time using it becuase it has
> a creme background and white text........how do I change the color of
> the text so I can use this.
Assuming you're using the Motif version, you can get black text with the
xrm argument (or equivalently, set this in your .Xdefaults file):
snd -xrm '*foreground: Black'
The listener text color can be set via
(set! (listener-text-color) (make-color 0 0 0))