Definition of common colors in ansi escape code
Type Definitions
-
ansiColors
-
Default options for Pretty Debug library
Properties:
Name Type Default Description reset
string '\x1B[00m' ANSI color code : reset
black
string '\x1B[30m' ANSI color code : black
red
string '\x1B[31m' ANSI color code : red
red
string '\x1B[32m' ANSI color code : red
yellow
string '\x1B[33m' ANSI color code : yellow
blue
string '\x1B[34m' ANSI color code : blue
magenta
string '\x1B[35m' ANSI color code : magenta
cyan
string '\x1B[36m' ANSI color code : cyan
white
string '\x1B[37m' ANSI color code : white
bgBlack
string '\x1B[40m' ANSI color code : bgBlack
bgRed
string '\x1B[41m' ANSI color code : bgRed
bgGreen
string '\x1B[42m' ANSI color code : bgGreen
bgYellow
string '\x1B[43m' ANSI color code : bgYellow
bgBlue
string '\x1B[44m' ANSI color code : bgBlue
bgMagenta
string '\x1B[45m' ANSI color code : bgMagenta
bgCyan
string '\x1B[46m' ANSI color code : bgCyan
bgWhite
string '\x1B[47m' ANSI color code : bgWhite