Operating Condition (R:BASE for DOS ONLY)
Syntax: SET COLOR
SET COLOR FOREGRND color
SET COLOR BACKGRND color
SET COLOR BACKGRND (redvalue, greenvalue, bluevalue)
You can specify foreground and background colors for the DOS R> Prompt window. You can alter the R:BASE for Windows R> Prompt background and font color by adjusting the settings available from the main menu bar under "Settings" > "R> Prompt".
You can also specify colors using the SET command. 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)