!!! Default TkOption file:
!!! This file is used to specify default options for the Python/Tk Empire
!!! interface.

!!! Note:  Lines that begin with a '!' are comments, and are ignored.

!! On some platforms, it may be necessary to specify a fixed font.  I
!! highly recommend the following entries be uncommented, and adjusted with an
!! acceptable font size.  (In the default comments, 'Courier' is the name
!! of a font, and '-12' is the size.)
!*Entry.font	:	Courier -12
!*Text.font	:	Courier -12
!*Listbox.font	:	Courier -12

!! Set the default map size to have a height of 5 inches.
Ptkei.mapframe.sectors.height		:	5i

!! Set the default server window to have a height of 15 lines.
Ptkei.iobox.height			:	15

!! The following comments are examples on how to color specific types of
!! server output.
!Ptkei.iobox.data_background		:	red
!Ptkei.iobox.prompt_borderwidth		:	2
!Ptkei.iobox.prompt_background		:	green
!Ptkei.iobox.prompt_relief		:	ridge
!Ptkei.iobox.prompt_foreground		:	orange
!Ptkei.iobox.command_foreground		:	red
Ptkei.iobox.flash_background		:	grey

!! Colors for the graphical map windows:
Ptkei*Map.sectors.background	:	white
Ptkei*Map.sectors.mark		:	orange
Ptkei*Map.sectors.origin	:	grey
Ptkei*Map.sectors.sect		:	grey
Ptkei*Map.sectors.prompt	:	purple

!! Specialized colors for certain items in the censor window.
Ptkei.infoframe.fSector.resources.off*foreground	:	red
Ptkei.infoframe*resources.owner*foreground	:	red
Ptkei.infoframe.fSector.resources.enemy*foreground	:	red
Ptkei.infoframe.fSector.resources.fallout*foreground	:	purple

!! The following example will alter the text of a command of the
!! form "wind info <...>".
!Ptkei.Output.info.background	:	black
!Ptkei.Output.info.foreground	:	white

!! To alter all "wind ..." popups, use lines similar to the following:
!Ptkei.Output*background   :	   white
!Ptkei.Output*background   :	   black
