Andy Piper <andyp(a)parallax.co.uk> writes:
>("backgroundToolBarColor"
> (or
> (and (featurep (quote x))
> (x-get-resource "backgroundToolBarColor"
"BackgroundToolBarColor"
'string))
> (face-background 'toolbar)
> "Gray80"))
This is my change. If you don't have toolbar face set or
backgroundToolBarColor set then the default fallback is the background
color. This is consistent (#-O) with the modeline behaviour. This change is
needed otherwise you can't set the toolbar color under mswindows.
If I had my way gui-element face would be set.
Sounds correct to me, but changing toolbar face via custom does not do the
trick. The colors of the first toolbar are still wrong.
>(set-face-background 'toolbar "gray80")
Only this in my .emacs will change it.
Must have something to do with the order in which the toolbar is created and
the faces from .emacs are set...
Regards,
Oliver.