Color: FG and BG commands |
|
The FG (foreground) command is used to change the font to virtually any color by mixing the three primary colors red, green, and blue.
To change the font color:
FG 255,255,255 is white, and FG 0,0,0 is black. FG 2,2,2 returns to the default system font color, usually black.
Similarly, the background color can be set by following the above instructions, substituting BG for FG. The background color will change on screen, but it will not print in any color except white. The command to return to the default system background color is BG 1,1,1.
See also:
|