! The display_file, tombstone, and menu windows are all formatted assuming
! a fixed width font.  Text windows may or may not be formatted as above.
! The rip window applies if the GRAPHIC_TOMBSTONE option is turned on, and
! requires a 12 pixel font for correct appearance.
!
Slash*font:				variable
Slash*display_file*font:		fixed
Slash*tombstone*font:			fixed
Slash*rip*font:			-*-times-medium-r-*-*-12-*-*-*-*-*-*-*
Slash*menu*font:			fixed
!Slash*text*font:			fixed
Slash*map*font:			nh10

! To use full-color tiles for the map, uncomment the tile file name.
! If you use a 100dpi (or greater) monitor you may wish to double the
! tile size so you can see the figures.  If NetHack was compiled to
! use XPM (USE_XPM in config.h), the tile_file is a standard XPM file.
! Otherwise, it is a custom format.  double_tile_size only applies to
! the custom format - to enlarge an XPM file, use processing tools
! such as XV or preferably PBMplus.
!
!Slash.tile_file: x11tiles
!Slash.double_tile_size: True
!
! The annotation of pets.
!Slash.pet_mark_bitmap: pet_mark.xbm
!Slash.pet_mark_color: Red

! Tombstone
! The image file
!Slash.tombstone: rip.xpm
! Text starts at (tombtext_x, tombtext_y) and subsequent lines
! are displaced by (tombtext_dx, tombtext_dy) pixels.  If you
!Slash.tombtext_x: 155
!Slash.tombtext_y: 78
!Slash.tombtext_dx: 0
!Slash.tombtext_dy: 13
! The color to use for the text on the hero's tombstone
Slash*rip*foreground: black

! Translation tables.  There are currently several actions in nethack, but
! the only one you should be using is "input()", which, with no parameters,
! uses XLookupString to translate your keypress into a command.  You
! can optionally give it parameters to change the behavior, see the example
! below.  Note that you have to specify the translations in every appropriate
! window.
Slash*message*translations:	<KeyPress>: input()
!
! Example extra translations for the map window.
!
!Slash*map*translations:	#override \
!				!<Key>Left: input(h) \n\
!				!<Key>Right: input(l) \n\
!				!<Key>Up: input(k) \n\
!				!<Key>Down: input(j)
!
! The icon to use; supported values are nh72, nh56, and nh32; nh72 is the
! default.  Some window managers may not support the larger icon sizes.
! It is not guaranteed that the window manager will honor the icon selection.
!Slash*icon: nh56
!
! If True, a popup for y/n questions is _not_ used.
!Slash*slow: True
!
! The number of lines the message window will show without scrolling.
!Slash*message_lines: 12
!
! If True, the message window has a line that seperates old and new messages.
!Slash*message_line: True
!
! If True, force keyboard to attach to popup windows.  Some window managers
! enforce a click-to-focus-keyboard policy (e.g. the DECwindows wm).  NetHack
! has a lot of popups and is almost unplayable without some kind of autofocus.
!Slash*autofocus: True
!
! Specify the number of rows and columns of the map window.  The default
! is the standard 80x21 window.  Note: this _does_not_ change nethack's
! level size, only what you see of it.
!Slash*map*rows:	21
!Slash*map*columns:	80

! Parts of the fancy status display.
!
Slash*status_condition.borderWidth:	0
Slash*status_info*borderWidth:	0

! Sample color screen entries.
!
Slash*nethack.background: 	wheat
Slash*map*yellow:		gold
Slash*map*brown:		tan
Slash*map*gray:		grey85
Slash*map*foreground:		wheat
Slash*map*background:		grey40

Slash*fancy_status.skipAdjust:        True
Slash*fancy_status.background:	wheat
Slash*status_info*foreground:		Sienna
Slash*status_info*background:		wheat
Slash*status_info.background:		wheat
Slash*status_attributes*foreground:	black
Slash*status_attributes*background:	white
Slash*status_condition*foreground:	red
Slash*status_condition*background:	wheat
Slash*Scrollbar*foreground:		Sienna
Slash*Scrollbar*background:		wheat
Slash*status_info*showGrip:		False
Slash*status_attributes*showGrip:	False

Slash*player_selection*random.borderColor:	blue
Slash*player_selection*random.borderWidth:    2
Slash*player_selection*random.foreground:	blue
Slash*player_selection*random.accelerators: #override\n\
				<Key>Return:	set() notify() unset()
Slash*player_selection*quit.borderColor:	blue
Slash*player_selection*quit.foreground:	blue
Slash*player_selection*Command.borderColor:	red
Slash*player_selection*Command.foreground:	red
Slash*player_selection*quit.accelerators: #override\n\
				<Key>Escape:	set() notify() unset()

Slash*extended_commands*dismiss.borderColor:	blue
Slash*extended_commands*dismiss.foreground:	blue
Slash*extended_commands*help.borderColor:	blue
Slash*extended_commands*help.foreground:	blue
Slash*extended_commands*Command.borderColor:	red
Slash*extended_commands*Command.foreground:	red
Slash*extended_commands*help.accelerators: #override\n\
				:<Key>?:	set() notify() unset()
Slash*extended_commands*dismiss.accelerators: #override\n\
				<Key>Escape:	set() notify() unset()
!
!
! The following are the default 15 colors that the nethack map uses.
! If they don't look good on your screen, change them.
!
! The foreground color is used as "no color".
!
!Slash*map*black:		black
!Slash*map*red:		red
!Slash*map*green:		pale green
!Slash*map*brown:		brown
!Slash*map*blue:		blue
!Slash*map*magenta:		magenta
!Slash*map*cyan:		light cyan
!Slash*map*gray:		gray
!Slash*map*orange:		orange
!Slash*map*bright_green:	green
!Slash*map*yellow:		yellow
!Slash*map*bright_blue:	royal blue
!Slash*map*bright_magenta:	violet
!Slash*map*bright_cyan:	cyan
!Slash*map*white:		white
