Const// ANSI Theme
bgBrightCyan("text") // => "\x1b[106mtext\x1b[49m" (includes reset to default background)
`${bgBrightCyan}text` // => "\x1b[106mtext" (no reset included)
bgBrightCyan + "text" // => "\x1b[106mtext" (no reset included)
bgBrightCyan.concat("text") // => "\x1b[106mtext" (no reset included)
Set the background color to bright cyan