Is the new color code in Toggenburg? I have a few questions:
[Note: I want to set all colors using elisp only]
Short version of the question, why does putting
(set-face-background 'default "white")
(set-face-background 'gui-element "deepskyblue")
in site-start.el produce an XEmacs with a white background (OK), blue
modeline (OK) but gray menus and scrollbars (not OK), whereas
xemacs -bg deepskyblue
does change everything?
Jan