Next Previous Contents

19. Screen Colours

It is possible to change the colours displayed. This can be done from the command line or from within a preference file.

The valid colours are BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE.

For example, to change the normal screen colour to yellow text on a blue background:

taper --color-normal yellow, blue

from the command line, or

color-normal = yellow,blue
in a preference file.

Below is a list of the possible colors to change

color-title

title bar (blue on white)

color-main

main screen (white on blue)

color-dialog

dialog boxes (white on red)

color-status

status boxes (white on red)

color-directory

screen used to select files (black on green)

color-selected

screen used to show selected files (white on blue)

color-selected

screen used to show unselected files (white on blue)

color-bottom

status bar at bottom of the screen (blue on white)

color-help

screen used to show help screen (black on cyan)

color-on-vol

screen used to show current volume contents (white on purple)

color-form

screen used to get data (eg. change preferences, enter volume title) (white on black).


Next Previous Contents