Name: COLOR Values: Listed Below
Family: SET Parameter Category: Display Control
Description: Changes R> Prompt color

Syntax

You can specify foreground and background colors for the R> prompt window. For example, to change the background color to cyan, enter:

SET COLOR BACKGRND cyan

You can even select a custom color for the background using a combination of red, blue, and green values. For example, to change the background to orange, enter:

SET COLOR BACKGRND (255,128,64)

Enter the following command to choose foreground and background colors:

SET COLOR

For a list of R:BASE Colors click here.