Path: utzoo!utgpu!watmath!att!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hpcvlx!robertw
From: robertw@hpcvlx.HP.COM (Robert B. Williams)
Newsgroups: comp.windows.x
Subject: Re: sample b&w resources for mwm (was: Re: MOTIF: color vs b&w)
Message-ID: <100920098@hpcvlx.HP.COM>
Date: 14 Aug 89 22:07:03 GMT
References: <2249@ics.COM>
Organization: Hewlett-Packard Co., Corvallis, OR, USA
Lines: 34

I have the xdefaults we are using for mwm on b/w terminals in CIS.  It
gives you the 3-d look at some sacrifice to title readability because of
the pixmap behind the title text.  If that is a problem you can set

mwm_bw*cleanText: true

Have fun.
robertw

!### The following will give you a 3d scheme on a monochrome display.###
!### To use, invoke mwm with the name mwm_bw.
!### Example: mwm -name mwm_bw &

mwm_bw*activeForeground:                      white
mwm_bw*activeBackground:                      black
mwm_bw*activeBackgroundPixmap:                25_foreground
mwm_bw*activeTopShadowPixmap:                 50_foreground
mwm_bw*activeTopShadowColor:                  white
mwm_bw*activeBottomShadowPixmap:              foreground
mwm_bw*activeBottomShadowColor:               black
mwm_bw*foreground:                black
mwm_bw*background:                white
mwm_bw*backgroundPixmap:          50_foreground
mwm_bw*topShadowPixmap:           foreground
mwm_bw*topShadowColor:            white
mwm_bw*bottomShadowPixmap:        foreground
mwm_bw*bottomShadowColor:       black
mwm_bw*menu*foreground:         white
mwm_bw*menu*background:         black
mwm_bw*menu*backgroundPixmap:   background
mwm_bw*menu*topShadowPixmap:    foreground
mwm_bw*menu*topShadowColor:     white
mwm_bw*menu*bottomShadowPixmap: 50_foreground
mwm_bw*menu*bottomShadowColor:  white