wmperry(a)aventail.com (William M. Perry) writes:
The problem (or at least a _very_ similar looking one here) is that
the
'toolbar' face has a background of 'white', and xpm-color-symbols says:
("backgroundToolBarColor"
(or
(and (featurep (quote x))
(x-get-resource "backgroundToolBarColor"
"BackgroundToolBarColor" 'string))
(face-background 'toolbar)
"Gray80"))
Try doing:
(set-face-background 'toolbar "gray80")
This does only the trick if I set it really early in my .emacs. Setting it via
customize-face does NOT work. This looks like some bug to me, cause it should
be changeable via customize, should'nt it?
Regards,
Oliver.