Type Alias LogBackgroundColor
LogBackgroundColor:
| "bgBlack"
| "bgRed"
| "bgGreen"
| "bgYellow"
| "bgBlue"
| "bgMagenta"
| "bgCyan"
| "bgWhite"
| "bgBlackBright"
| "bgGray"
| "bgGrey"
| "bgRedBright"
| "bgGreenBright"
| "bgYellowBright"
| "bgBlueBright"
| "bgMagentaBright"
| "bgCyanBright"
| "bgWhiteBright"
Represents a background color in the terminal. This type is used to specify background colors for text in terminal output.