# .Xdefaults ##################################################################
# In general, changes to your .Xdefaults file will not take effect until the
# next time you restart the window system.  To reload your resources
# explicitly, use the shell command
# 
# 	xrdb -load ~/.Xdefaults
# 
# The resources will take effect the next time you restart XEmacs.  (Simply
# creating a new xemacs frame is not enough - you must restart the editor
# for the changes to take effect.)

# CATCH-ALL ###################################################################

#*background:  grey90
#*foreground:  black

# XEMACS ######################################################################
# frame  ##############################
xemacs.geometry:       100x42
xemacs.iconName:       XEmacs

# colors ##############################
# The contrasts of these colors will cause them to map to the appropriate
# one of "black" or "white" on monochrome systems.
# 
# The valid color names on your system can be found by looking in the file
# `rgb.txt', usually found in /usr/lib/X11/ or /usr/openwin/lib/X11/.
#
# Set the foreground and background colors of the `default' face.
# The default face colors are the base for most of the other faces'
# colors.  The default background is gray80, and the default foreground
# is black.
#
xemacs.default.attributeBackground:	gray80
xemacs.default.attributeForeground:	black
xemacs.modeline*attributeForeground:	Black
xemacs.modeline*attributeBackground:	Gray75
xemacs.pointer*attributeForeground:	Black
xemacs.pointer*attributeBackground:	White
xemacs.text-cursor*attributeBackground:	Red3

xemacs*dialog*Command*Background:	WhiteSmoke
Emacs*dialog*Command*beNiceToColormap:	false
xemacs*dialog*Foreground:		Black
xemacs*dialog*Background:		#A5C0C1
xemacs*dialog*XmTextField*Background:	WhiteSmoke
xemacs*dialog*XmText*Background:		WhiteSmoke
xemacs*dialog*XmList*Background:		WhiteSmoke
xemacs*popup*Foreground:			Black
xemacs*popup*Background:			Gray75
xemacs*menubar*Foreground:		Gray30
xemacs*menubar*Background:		Gray75
xemacs*menubar.buttonForeground:		Blue
xemacs*XlwMenu.selectColor:		ForestGreen
xemacs*XlwScrollBar.Foreground:		Gray30
xemacs*XlwScrollBar.Background:		Gray75
xemacs*XmScrollBar.Foreground:		Gray30
xemacs*XmScrollBar.Background:		Gray75
xemacs*XlwScrollBar.SliderStyle:    dimple
xemacs*XlwScrollBar.ArrowPosition:  opposite
xemacs*XmToggleButton.selectColor:	ForestGreen

xemacs*topToolBarShadowColor:		Gray90
xemacs*bottomToolBarShadowColor:		Gray40
xemacs*backgroundToolBarColor:		Gray75
xemacs*toolBarShadowThickness:		2


# fonts ###############################
# XEmacs requires the use of XLFD (X Logical Font Description) format font
# names, which look like
# 
# 	*-courier-medium-r-*-*-*-120-*-*-*-*-*-*
# 
# if you use any of the other, less strict font name formats, some of which
# look like
# 		lucidasanstypewriter-12
# and		fixed
# and		9x13
# 
# then XEmacs won't be able to guess the names of the bold and italic versions.
# All X fonts can be referred to via XLFD-style names, so you should use those
# forms.  See the man pages for X(1), xlsfonts(1), and xfontsel(1).
#
# If you choose a font which does not have an italic version, you can specify
# some other font to use for it here:
# 
# Emacs.italic.attributeFont:  -*-courier-medium-o-*-*-*-120-*-*-*-*-iso8859-*
#
;macs.Font:  -adobe-courier-medium-r-normal--18-*-*-*-*-*-iso8859-*
xemacs.default.attributeFont:  -adobe-courier-medium-r-normal--18-*-*-*-*-*-iso8859-*

xemacs*menubar*Font: 		-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
xemacs*popup*Font:		-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
xemacs*Dialog*Font:		-*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-*
xemacs*XmDialogShell*FontList:	-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
xemacs*XmTextField*FontList:	-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
xemacs*XmText*FontList:		-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
xemacs*XmList*FontList:		-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*

# xim  ##############################
# XIM Preedit and Status foreground and background
xemacs*EmacsFrame.ximForeground: black
xemacs*EmacsFrame.ximBackground: white

# XIM fontset (defaults to system fontset default)
# Emacs*EmacsFrame.FontSet: -dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*
