# Color configuration
# You can define pairs of colors (foreground/background) for certain
# areas. e.g. the menu at the top on the window. The syntax is
# <area>	<foreground>/<background>
#
# The following colors are available:
# black, red, green, yellow, blue, magenta, cyan, white
# Additionally it is possible to set the bold attribute for the
# foreground color which makes it brighter. Just add the keyword
# 'light' in front of the color name, e.g.
# ColMenu	lightred/blue

ColMenu			white/blue	# The menu with popups at the top
ColInvMenu		blue/white	# The highlighted part of the menu

ColStatusline		magenta/cyan	# The second line on the screen

ColArchiveList		white/magenta	# The list of archives
ColInvArchiveList	black/white	# The highlighted line in the list

ColFooter		white/blue	# The last line on the screen

ColMessageBox		white/blue	# The message boxes (e.g. quit)
ColInvMessageBox	blue/white	# Active OK or Cancel at message box

ColInputDialog		black/red	# The input dialog (e.g. set tape name)
ColInvInputDialog	red/black	# Active OK or Cancel at input dialog
ColEntryField		red/black	# Entryfield at input dialog

ColTapeOpLog		white/blue	# The tape operations log window

ColInfoFrame		magenta/blue    # The archive information border
ColInvInfoFrame		blue/magenta	# Active Cancel,Extract,etc. 
ColInfoLabels		white/magenta	# Labels, e.g. Archive name, Tape, Size
ColInvInfoLabels	magenta/white	# The active label
ColInfoFields		magenta/blue	# The data fields

ColOptsFrame		blue/cyan	# The options border
ColInvOptsFrame		blue/white	# Active OK or Cancel at options dialog
ColOptsLabels		white/blue	# Labels, e.g. Sort order, Watch tape
ColInvOptsLabels	blue/white	# The active label
ColOptsFields		white/magenta	# The options data fields

ColFdlgHeader		blue/cyan	# The top of the file selection dialog
ColFdlgList		white/blue	# The file list
ColInvFdlgList          black/white     # The highlighted line in list
ColFdlgListSel		cyan/blue	# Selected items
ColInvFdlgListSel	black/white	# The highlighted line with a selected item in the list
ColFdlgPath		blue/cyan	# Current path
ColFdlgBtn		white/blue	# OK and Cancel button
ColInvFdlgBtn		blue/cyan	# The active one

ColContHeader		white/blue	# The top of the archive contents list
ColContList		blue/cyan	# The contents list
ColInvContList		black/white	# The highlighted line in list
ColContListSel		magenta/cyan	# Selected items
ColInvContListSel	black/white	# The highlighted line with a selected item in the list
ColContBtn		white/blue	# OK and Cancel button
ColInvContBtn		blue/white	# The active one

ColTapeStatusWin	white/blue	# The tape status window
ColTapeStatusBtn	blue/white	# The Cancel button

ColTapeListHeader	white/blue	# The top of tape list header
ColTapeList		blue/cyan	# The tape list
ColInvTapeList		black/white	# The highlighted line in list
ColTapeListSel		magenta/cyan	# Selected items
ColInvTapeListSel	black/white	# The highlighted line with a selected item in the list
ColTapeListBtn		white/blue	# OK and Cancel button
ColInvTapeListBtn	blue/white	# The active one
