!=============================================================================
! Xgopher version 1.3   COLOR  resources
! (Customization "-color" for Xgopher.)
!=============================================================================

!=============================================================================
! Include the application resources.  The following include may
! work with X11R5 only.   If you have another version of X11 (or OW3),
! you may need to manually merge the two resource files or use xrdb
! to load them both.
!=============================================================================

#include "Xgopher"

! COLOR of default fore/background

Xgopher*foreground:			Black
Xgopher*borderColor:			MediumBlue
Xgopher*background:			LightSteelBlue1

! COLOR of each widget class (its default color)

Xgopher*List*background:		SteelBlue4
Xgopher*List*foreground:		White
!
Xgopher*Text*background:		Black
Xgopher*Text*foreground:		White
Xgopher*Command*background:		LemonChiffon
Xgopher*MenuButton*background:		LemonChiffon
Xgopher*SimpleMenu*background:		LemonChiffon2
Xgopher*Toggle*background:		LemonChiffon
Xgopher*statusForm*background:		SteelBlue3
Xgopher*statusForm*Command*background:	LemonChiffon
Xgopher*statusForm*MenuButton*background:		LemonChiffon
Xgopher*statusForm*SimpleMenu*background:		LemonChiffon2
Xgopher*goBox*background:		SteelBlue3
Xgopher*goBox*Command*background:	LemonChiffon
Xgopher*goBox*MenuButton*background:	LemonChiffon
Xgopher*goBox*SimpleMenu*background:	LemonChiffon2

!    These cover for any leftover defaults from previous versions of Xgopher
Xgopher*directory*background:		SteelBlue4
Xgopher*bookmark*background:		SteelBlue4

! COLOR of any displayed text should be consistant, but different
!       than editable text

Xgopher*textForm*textDisplay*foreground: white
Xgopher*textForm*textDisplay*background: Navy
Xgopher*textForm*Scrollbar.borderColor: LightSteelBlue1
Xgopher*csoForm*csoText*foreground:	white
Xgopher*csoForm*csoText*background:	Navy

! COLOR of special messages and popups

Xgopher*statusForm*status.foreground:		White
Xgopher*statusForm*status.background:		MediumBlue
Xgopher*errorDialog*foreground:			White
Xgopher*errorDialog*background:			Maroon
Xgopher*errorDialog*Command*background:		SlateGray
Xgopher*infoDialog*foreground:			White
Xgopher*infoDialog*background:			CadetBlue
Xgopher*infoDialog*Command*background:		SlateGray
Xgopher*versionShell*foreground:		White
Xgopher*versionShell*background:		SteelBlue
Xgopher*versionShell*Command*background:	SlateGray
Xgopher*statusShell*statusText.background:	IndianRed
Xgopher*statusShell*statusText.foreground:	black
Xgopher*statusShell*background:			DarkSlateBlue
Xgopher*statusShell*foreground:			white
Xgopher*statusShell*Command*background:		LemonChiffon
Xgopher*statusShell*Command*foreground:		black
Xgopher*nameServer*background:			Navy
Xgopher*nameServer*foreground:			white

! COLORs for save popups

Xgopher*saveShell*saveForm*dirPath*background:  LightSteelBlue2
Xgopher*saveShell*saveForm*dirPath*foreground:  Black
Xgopher*saveShell*fileErrMessage.foreground:    Red
Xgopher*cdShell*cdErrMessage.foreground:        Red

