1.\" This software is in the Public Domain. 2.\" Author: Masaru Oki 3.\" 4.Dd March 5, 1995 5.Dt PALETTE 1 6.Os BSD 4 7.Sh NAME 8.Nm palette 9.Nd manipulate the text screen colormap. 10.Sh SYNOPSIS 11.Nm palette 12.Op Ar red green blue Op Ar code 13.Sh DESCRIPTION 14.Nm Palette 15utility manipulates the colormap of x68k's console. 16The value of the color cell number 17.Ar code 18is replaced according to the arguments 19.Ar red, green, blue 20.Po 21each value is an integer from 22.Nm 0 23to 24.Nm 31 25.Pc . 26 27Each part of the console corresponds to the 28.Ar code : 29.Bl -tag -width "foreground (default)" -compact 30.It background 31.Nm 0 32.It cursor 33.Nm 1 34.It foreground (default) 35.Nm 7 36.El 37 38If no arguments are supplied, 39.Nm palette 40resets the colormap to the default. 41.Sh BUGS 42Quite a few. 43