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

!
! Buttons used for pulldown menus and so on are a slightly darker grey 
! than the foreground, as are command buttons and scrollbar thumbs.
!
!*MenuButton*borderColor:        black
*MenuButton*background:		#a0a0a0
*Command.background:		#a0a0a0
*Scrollbar.background:		#a0a0a0
*MenuButton*borderWidth:	2

!
! 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.
!
*help.background:		forest green
*help.foreground:		white
*quit.background:		#ad5b5b
*quit.foreground:		white
*license.background:            goldenrod
*license.foreground:		white
*_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

! 
! We are using the 6x13 font.
!
*font:                          6x13
