!
! app-defaults-color
!
! Definitions for color displays.
!
! Grey color set, slightly modified from Ron Frederick's NV grey family
!
*activeBackground:			white
*activeForeground:			black
*selector:				black
*background:				#efefef
*highlightBackground:			#efefef
*foreground:				black
*selectBackground:			#bfdfff
*Scale.sliderForeground:		#dfdfdf
*Scrollbar.foreground:			#dfdfdf
*Scrollbar.troughColor:			#dfdfdf
*Scrollbar.activeForeground:		white
*Button.disabledForeground:		#7f7f7f
*Checkbutton.disabledForeground:	#7f7f7f
*Radiobutton.disabledForeground:	#7f7f7f
*Menu.disabledForeground:		#7f7f7f

*Face*Canvas.background:		#efefef
# Canvas's don't directly support foreground, but this resource
# is grabbed explicitly in exwin.tcl
*Face*Canvas.foreground:		black

*Entry.background:			white
*Entry.foreground:			black
*mid.right.top.msg.background:		#efefef
*Sedit.Entry.background:		#efefef

! This resource sets all labels (e.g., in dialogs)
*Label.foreground:			blue
! Labels on main display have always been blue
*Main*Label.foreground:			blue
*Fops*Label.foreground:			blue
*Mid*Label.foreground:			blue

! Colors for the feedback on color displays.
! (Black and white feedback is hardwired. It isn't clear that
!  there is much room to fiddle in a general way.)
!	c_current	Foreground of current message
!	c_currentBg	Background of current message (optional)
!	c_unseen	Foreground of unseen messages
!	c_unseenBg	Background of unseen messages
!	c_moved		Background of moved messages, bg of target folder label
!	c_movedFg	Foreground of moved messages
!	c_deleted	Background of deleted messages
!	c_deletedFg	Foreground of deleted messages
!	c_foreground	Normal forground
!	c_background	Label background
!			You can tweak ftoc background with Ftoc.t.background
!			You can tweak fdisp background with
!				Fdisp*can.background
!			 	Fdisp*cache.background
!	c_popup		Background of fdisp popups.
!	c_label		Foreground for Version, Folder, and MessageID

*c_current: 	violet red
*c_currentBg:	white
*c_unseen: 	blue
*c_unseenBg:
*c_moved: 	yellow
*c_movedFg:
*c_deleted:	gray75
*c_deletedFg:
*c_foreground: 	black
*c_background: 	white
*c_popup: 	#dfdfdf
*c_label:	blue
!
! Status message colors
!
*c_st_normal:	blue
*c_st_error:	purple
*c_st_warn:	red
*c_st_background: medium sea green

! Highlight color for URI links
! Background and foreground
*c_uri:		thistle
*c_uriFg:	black
! Active state when mouse is over the link
*c_uriAbg:	white
*c_uriAfg:	black
