Definition of common colors in ansi escape code
Type Definitions
-
ansiColors
-
Default options for Pretty Debug library
Properties:
Name Type Default Description resetstring '\x1B[00m' ANSI color code : reset
blackstring '\x1B[30m' ANSI color code : black
redstring '\x1B[31m' ANSI color code : red
redstring '\x1B[32m' ANSI color code : red
yellowstring '\x1B[33m' ANSI color code : yellow
bluestring '\x1B[34m' ANSI color code : blue
magentastring '\x1B[35m' ANSI color code : magenta
cyanstring '\x1B[36m' ANSI color code : cyan
whitestring '\x1B[37m' ANSI color code : white
bgBlackstring '\x1B[40m' ANSI color code : bgBlack
bgRedstring '\x1B[41m' ANSI color code : bgRed
bgGreenstring '\x1B[42m' ANSI color code : bgGreen
bgYellowstring '\x1B[43m' ANSI color code : bgYellow
bgBluestring '\x1B[44m' ANSI color code : bgBlue
bgMagentastring '\x1B[45m' ANSI color code : bgMagenta
bgCyanstring '\x1B[46m' ANSI color code : bgCyan
bgWhitestring '\x1B[47m' ANSI color code : bgWhite