PALETTE(1) x68k PALETTE(1)
NAME
palettemanipulate 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 (each value is an integer from 0 to 31).
 
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.