!
!  ----------------------------------------------------------------
!               OLIT APPLICATION DEFAULTS
!
!   These are the application defaults that are common to all Khoros 
!   applications when the OLIT widget set is used.  These can be over-ridden 
!   by having a $HOME/app-defaults/ directory, with an app-defaults file 
!   named "Olit" there.
!
!   Note that any "Olit" 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.  
!
*background:                  #bbbbbb
*foreground:                  #111111
*borderColor:                 midnight blue
*borderWidth:                 2
*topShadowColor:              #eeeeee
*bottomShadowColor:           #777777

!
! We are using a fixed font; found text parameter box traversal annoying.
!
*font:			      6x13
*traversalOn:                 off

!
! 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
*help.background:		forest green
*help.fontColor:		white
*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

