diff --git a/src/index.ts b/src/index.ts index f03eec2..01b3b0c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,6 +24,24 @@ const colorsMap = { bgMagenta: [45, 49], bgCyan: [46, 49], bgWhite: [47, 49], + + blackBright: [90, 39], + redBright: [91, 39], + greenBright: [92, 39], + yellowBright: [93, 39], + blueBright: [94, 39], + magentaBright: [95, 39], + cyanBright: [96, 39], + whiteBright: [97, 39], + + bgBlackBright: [100, 49], + bgRedBright: [101, 49], + bgGreenBright: [102, 49], + bgYellowBright: [103, 49], + bgBlueBright: [104, 49], + bgMagentaBright: [105, 49], + bgCyanBright: [106, 49], + bgWhiteBright: [107, 49], } as const export interface Formatter {