Colors
All available color/style formatters plus color-support flag.
- Import:
@kjanat/dreamcli - Export kind: interface
- Declared in:
node_modules/.bun/ansispeck@0.1.2/node_modules/ansispeck/dist/types-B3WXK44b.d.ts
Signatures
ts
interface Colors extends Palette, Factories<Formatter> {}Members
Properties
bg256
ts
bg256: { (n: number): Formatter; };bgBlack
ts
bgBlack: Formatter;bgBlackBright
ts
bgBlackBright: Formatter;bgBlue
ts
bgBlue: Formatter;bgBlueBright
ts
bgBlueBright: Formatter;bgCyan
ts
bgCyan: Formatter;bgCyanBright
ts
bgCyanBright: Formatter;bgGreen
ts
bgGreen: Formatter;bgGreenBright
ts
bgGreenBright: Formatter;bgHex
ts
bgHex: { (color: string): Formatter; };bgMagenta
ts
bgMagenta: Formatter;bgMagentaBright
ts
bgMagentaBright: Formatter;bgRed
ts
bgRed: Formatter;bgRedBright
ts
bgRedBright: Formatter;bgRgb
ts
bgRgb: { (r: number, g: number, b: number): Formatter; };bgWhite
ts
bgWhite: Formatter;bgWhiteBright
ts
bgWhiteBright: Formatter;bgYellow
ts
bgYellow: Formatter;bgYellowBright
ts
bgYellowBright: Formatter;black
ts
black: Formatter;blackBright
ts
blackBright: Formatter;blink
ts
blink: Formatter;blue
ts
blue: Formatter;blueBright
ts
blueBright: Formatter;bold
ts
bold: Formatter;cyan
ts
cyan: Formatter;cyanBright
ts
cyanBright: Formatter;dim
ts
dim: Formatter;doubleUnderline
ts
doubleUnderline: Formatter;fg256
ts
fg256: { (n: number): Formatter; };gray
ts
gray: Formatter;green
ts
green: Formatter;greenBright
ts
greenBright: Formatter;hex
ts
hex: { (color: string): Formatter; };hidden
ts
hidden: Formatter;inverse
ts
inverse: Formatter;isColorSupported
ts
isColorSupported: boolean;italic
ts
italic: Formatter;link
ts
link: LinkFormatter;magenta
ts
magenta: Formatter;magentaBright
ts
magentaBright: Formatter;overline
ts
overline: Formatter;red
ts
red: Formatter;redBright
ts
redBright: Formatter;reset
ts
reset: Formatter;rgb
ts
rgb: { (r: number, g: number, b: number): Formatter; };strikethrough
ts
strikethrough: Formatter;underline
ts
underline: Formatter;white
ts
white: Formatter;whiteBright
ts
whiteBright: Formatter;yellow
ts
yellow: Formatter;yellowBright
ts
yellowBright: Formatter;