NAME

palette - manipulate the text screen colormap

SYNOPSIS

palette [red green blue[ code]]

DESCRIPTION

The palette utility manipulates the colormap of x68k's console. The value of the color cell number code is replaced according to the arguments red, green, blue 31 (each value is an integer from 0 to.)

Each part of the console corresponds to the code:

background
0
cursor
1
foreground (default)
7

If no arguments are supplied, palette resets the colormap to the default.

BUGS

Quite a few.