From xemacs-m  Mon Mar 10 08:37:25 1997
Received: from gwa.ericsson.com (gwa.ericsson.com [198.215.127.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA22932
	for <xemacs-beta@xemacs.org>; Mon, 10 Mar 1997 08:37:23 -0600 (CST)
Received: from mr2.exu.ericsson.se (mr2.exu.ericsson.com [138.85.147.12]) by gwa.ericsson.com (8.8.2/8.8.2) with ESMTP id IAA08207; Mon, 10 Mar 1997 08:36:50 -0600 (CST)
Received: from screamer.rtp.ericsson.se (screamer.rtp.ericsson.se [147.117.133.13]) by mr2.exu.ericsson.se (8.7.1/NAHUB-MR1.1) with SMTP id IAA14276; Mon, 10 Mar 1997 08:36:49 -0600 (CST)
Received: from rcur (rcur18.rtp.ericsson.se [147.117.133.138]) by screamer.rtp.ericsson.se (8.6.12/8.6.4) with ESMTP id JAA15864; Mon, 10 Mar 1997 09:36:48 -0500
To: Kyle Jones <kyle_jones@wonderworks.com>
cc: XEmacs BETA!!! Mailing List <xemacs-beta@xemacs.org>
References: <6597.857944604@rtp.ericsson.se> <QQcgfg18049.199703100400@crystal.WonderWorks.COM> <7684.858002675@rtp.ericsson.se>  <QQcggv27909.199703101416@crystal.WonderWorks.COM> 
Subject: Re: 20.1-b6 ok on Solaris 2.5.1 (mostly) 
In-reply-to: (Your message of Mon, 10 Mar 1997 09:16:55 EST.)
             <QQcggv27909.199703101416@crystal.WonderWorks.COM> 
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: Mon, 10 Mar 1997 09:36:48 -0500
Message-ID: <7770.858004608@rtp.ericsson.se>
From: Raymond Toy <toy@rtp.ericsson.se>

>>>>> "Kyle" == Kyle Jones <kyle_jones@wonderworks.com> writes:


    Kyle> Raymond Toy writes: Try this patch and see if it helps.
    >>
    >> [patch deleted]
    >>
    >> Thanks for the suggestion and patch, but this didn't make any
    >> difference.  I still get solid black shadows on the
    >> toolbar. :-(
    >>
    >> On a side note, now that we have a colorful splash screen and
    >> colors on the modeline, how about adding a bit of color to the
    >> toolbar?  Just a few colors to make is less drab in comparison.

    Kyle> OK, let's see your toolbar X resources if you have any.

Here are the relevant pieces (I think):

	! For Xaw3D to look like Motif (gasp!)
	*beNiceToColormap:	False
	*shapeStyle:		Rectangle
	*SmeBSB*shadowWidth:	2
	*topShadowContrast:	20
	*bottomShadowContrast:	60
	!*Scrollbar*background:	aquamarine3
	*Scrollbar*background:	gray70

	! For XEmacs (aka Lucid Emacs)

	Emacs*menubar.Background:			aquamarine3
	Emacs*menubar.Foreground:			slateblue

	Emacs*menubar*Font:		-adobe-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*

	Emacs*pane*scrollBarPlacement:	bottom_left
	Emacs*beNiceToColormap:		False
	Emacs*shapeStyle:		Rectangle
	Emacs*SmeBSB*shadowWidth:	2
	Emacs*topShadowContrast:	20
	Emacs*bottomShadowContrast:	60


    Kyle> Also, switch to the *scratch* buffer and type

    Kyle> (frame-parameters)ctrl-j

	((name . "MH-E Mail")
	 (height . 48)
	 (width . 100)
	 (minibuffer . t)
	 (left . 106)
	 (top . 159)
	 (border-width . 0)
	 (internal-border-width . 4)
	 (border-color . "#000000000000")
	 (top-toolbar-shadow-color . "#000000000000")
	 (bottom-toolbar-shadow-color . "#000000000000")
	 (background-toolbar-color . "#bfbfbfbfbfbf")
	 (toolbar-shadow-thickness . 2)
	 (inter-line-space . 0)
	 (window-id . "121634899")
	 (custom-properties type x class color background light)
	 (background-mode . light)
	 (window-config-stack . [undoable-stack 16 [trunc-stack
			      (#<window-configuration 0x2e63> #<window-configuration 0x2e62> #<window-configuration 0x2e56> #<window-configuration 0x2e27> #<window-configuration 0x2e53> #<window-configuration 0x2e52> #<window-configuration 0x2e46> #<window-configuration 0x2e45> #<window-configuration 0x2e33> #<window-configuration 0x2e32> #<window-configuration 0x2e00> #<window-configuration 0x2b99> #<window-configuration 0x2b98> #<window-configuration 0x2dec> #<window-configuration 0x2dcd> #<window-configuration 0x2dca>)
			      16] [trunc-stack nil 0]])
	 (name . "MH-E Mail")
	 (height . 48)
	 (top . -1))

