colors
constcolors:object
Defined in: utils/output-formatter.ts:13
ANSI color codes.
Type Declaration
Section titled “Type Declaration”bgBlack
Section titled “bgBlack”bgBlack:
string='\x1b[40m'
bgBlue
Section titled “bgBlue”bgBlue:
string='\x1b[44m'
bgCyan
Section titled “bgCyan”bgCyan:
string='\x1b[46m'
bgGreen
Section titled “bgGreen”bgGreen:
string='\x1b[42m'
bgMagenta
Section titled “bgMagenta”bgMagenta:
string='\x1b[45m'
bgRed:
string='\x1b[41m'
bgWhite
Section titled “bgWhite”bgWhite:
string='\x1b[47m'
bgYellow
Section titled “bgYellow”bgYellow:
string='\x1b[43m'
black:
string='\x1b[30m'
blue:
string='\x1b[34m'
bold:
string='\x1b[1m'
cyan:
string='\x1b[36m'
dim:
string='\x1b[2m'
gray:
string='\x1b[90m'
green:
string='\x1b[32m'
magenta
Section titled “magenta”magenta:
string='\x1b[35m'
red:
string='\x1b[31m'
reset:
string='\x1b[0m'
white:
string='\x1b[37m'
yellow
Section titled “yellow”yellow:
string='\x1b[33m'