# configuration file for cman.
# to install this one do: cp cmanrc ~/.cmanrc (your home directory)

# Specify your print command.
# PRINTERCMD lpr

PRINTERCMD lpr -Plazer

# Specify your cursor character.
# CURSOR_PROMPT >

CURSOR_PROMPT >

# If you like underline mode instead of reverse video in the application
# set this option to 'u' otherwise go with the default.
# VISUALMODE u

VISUALMODE r

# You can change the colors of the interface to your liking for: 
# TITLE_COLOR		..Color for Title of screens and forms
# MAIN_MENU_COLOR	..Color for the Main Menu items
# HELP_COLOR		..Color for key short cuts on forms screens
# FIELD_COLOR		..Color for the fields/attributes on forms
# CURSOR COLOR		..Color for the cursor (defined by you >,%,etc)
# SITE_LIST_COLOR	..Color for the Sites/Groups, etc.
# INFO_COLOR		..Color for informational text
# available colors: BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE

# format of color statment is: ATTRIBUTE FOREGROUND BACKGROUND
TITLE_COLOR WHITE BLUE
MAIN_MENU_COLOR CYAN BLUE
HELP_COLOR BLACK RED
FIELD_COLOR GREEN BLACK
CURSOR_COLOR BLACK CYAN
SITE_LIST_COLOR GREEN BLUE
INFO_COLOR BLUE CYAN

# end of cmanrc file
