Fore

#import Builtin.ColorPrint.Fore;

Module containing the foreground color codes used for printing colors.

The proper way to use these is like Fore.red, for example:

colorPrint("Red text", Fore.red);

Constants


black
black color
red
red color
green
green color
yellow
yellow color
blue
blue color
magenta
magenta color
cyan
cyan color
white
white color
brightBlack
brightBlack color
brightRed
brightRed color
brightGreen
brightGreen color
brightYellow
brightYellow color
brightBlue
brightBlue color
brightMagenta
brightMagenta color
brightCyan
brightCyan color
brightWhite
brightWhite color