COLOR
Top  Previous  Next

Operating Condition

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 R> prompt window. To set colors using the "Colors Settings" dialog box, enter:

SET COLOR  
 
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)  
 
Available Colors:

bcolor