Remix
Remix
remix/terminal · TypeView Source

TerminalForegroundColorName

Summary

Names of ANSI foreground color styles supported by terminal style helpers.

Signature

type TerminalForegroundColorName =
  | "black"
  | "blackBright"
  | "blue"
  | "blueBright"
  | "cyan"
  | "cyanBright"
  | "gray"
  | "green"
  | "greenBright"
  | "grey"
  | "magenta"
  | "magentaBright"
  | "red"
  | "redBright"
  | "white"
  | "whiteBright"
  | "yellow"
  | "yellowBright";