> I'm not, really.  I'm trying to create custom colors.  The custom colors
> need to have unique names to identify them.
>
> I want the custom color because there is no built-in X server color that
> corresponds to an RGB value of { 0, 0, 63 }, which corresponds to a very
> dark blue that I liked to use for xterm backgrounds.  There isn't even
> anything close, oddly enough ('blue4', at { 0, 0, 139 }, is way too
> bright).
>
> This used to work, but for reasons unknown the ability has been removed
> from the xorg X server.

you should be able to just use numeric values.  something like #00003f 
should work just fine.  i just tested:

xterm -bg \#00003f

the backslash is just to make the shell not see it as a comment.
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to