Interface: ColorPalette
@termwright/test / ColorPalette
Interface: ColorPalette
Section titled “Interface: ColorPalette”Defined in: test/src/config.ts:46
A deterministic 16-entry ANSI palette.
Terminals differ in what palette index 2 looks like; pinning the palette
per profile is what makes color assertions and cell snapshots stable across
a developer machine and CI.
Properties
Section titled “Properties”colors
Section titled “colors”
readonlycolors: readonlystring[]
Defined in: test/src/config.ts:49
#rrggbb for palette indices 0…15, in ANSI order.
readonlyoptionalenv?:Readonly<Record<string,string>>
Defined in: test/src/config.ts:51
Extra environment handed to launched programs, e.g. TERM.
readonlyname:string
Defined in: test/src/config.ts:47