Back

#import Builtin.ColorPrint.Back;

Module containing the background color codes used for printing colors.

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

colorPrint("Red background text", Back.red);

Constants


black "\x1B[40m"
const string
black color
red "\x1B[41m"
const string
red color
green "\x1B[42m"
const string
green color
yellow "\x1B[43m"
const string
yellow color
blue "\x1B[44m"
const string
blue color
magenta "\x1B[45m"
const string
magenta color
cyan "\x1B[46m"
const string
cyan color
white "\x1B[47m"
const string
white color
brightBlack "\x1B[100m"
const string
brightBlack color
brightRed "\x1B[101m"
const string
brightRed color
brightGreen "\x1B[102m"
const string
brightGreen color
brightYellow "\x1B[103m"
const string
brightYellow color
brightBlue "\x1B[104m"
const string
brightBlue color
brightMagenta "\x1B[105m"
const string
brightMagenta color
brightCyan "\x1B[106m"
const string
brightCyan color
brightWhite "\x1B[107m"
const string
brightWhite color
resetColor "\x1B[0m"
const string
ANSI escape code to reset all color formatting back to terminal defaults