!  ----------------------------------------------------------------
!               MOTIF APPLICATION DEFAULTS
!
!   These are the application defaults that are common to all Khoros
!   applications when the Motif widget set is used.  These can be over-ridden 
!   by having a $HOME/app-defaults/ directory, with an app-defaults file 
!   named "Motif" there.
!
!   Note that any "Motif" app-defaults file will be over-ridden by the 
!   app-defaults file of a particular application, if the same resources
!   are specified by both.
!  ----------------------------------------------------------------
! 
!

!
! GUI backgrounds very light-grey, foregrounds a muted black
! borders of text widgets, etc, are midnight blue, and the shadow
! colors are specified to provide complementary lighter and darker greys
! to provide contrast when buttons are down or up.  buttons used for pulldown
! menus, cascading menus, and so on are a slightly darker grey than the 
! foreground.
!
*foreground:		#111111
*background:		#bbbbbb

*topShadowColor:         	#d0d0d0
*bottomShadowColor:      	#777777
*topShadowPixel:         	#f0f0f0
*bottomShadowPixel:      	#777777
*XmPushButton*background:	#a0a0a0
*Xmenu*background:		#a0a0a0

*borderWidth:			2
*borderColor:			midnight blue
!*topShadowColor:         	#e5e5e5
!*bottomShadowColor:      	#5f5f5f
!*XmPushButton*background:	#b0b0b0
!*Xmenu*background:		#b0b0b0

! 
! We are using a 6x13 font.
!
*font:                          6x13
*fontList:                      6x13

!
! By default, "quit" buttons will appear in a muted red with white writing.
! "help" buttons will appear in forest green with white writing, and the
! "license" buttons will appear in goldenrod with black writing.
! The "options" pulldown menu which appears on the upper left of cantata
! panes will be slate blue.
!
*quit.background:		#ad5b5b
*quit.fontColor:		white
*quit.foreground:		white
*help.background:		forest green
*help.fontColor:		white
*help.foreground:		white
*todo.background:		#ad5b5b
*license.background:            goldenrod
*_gui_options.background:	SlateBlue
*_gui_options.foreground:	White
*browser_button.background:     #a0a0a0

!
! The pixmap that is used to indicate "live" selections is the lightening bolt.
!
*LivePixmap*pixmap: $DESIGN/repos/bitmaps/live_pixmaps/lightning.xbm

!
! The pixmap that is used to indicate stdin and stdout is the (same) arrow.
!
*StdinPixmap*pixmap: pixmaps:std
*StdoutPixmap*pixmap: pixmaps:std
