Theme: {
    ansiBlack?: string;
    ansiBlackBg?: string;
    ansiBlue?: string;
    ansiBlueBg?: string;
    ansiBrightBlack?: string;
    ansiBrightBlue?: string;
    ansiBrightCyan?: string;
    ansiBrightGreen?: string;
    ansiBrightMagenta?: string;
    ansiBrightRed?: string;
    ansiBrightWhite?: string;
    ansiBrightYellow?: string;
    ansiCyan?: string;
    ansiCyanBg?: string;
    ansiGreen?: string;
    ansiGreenBg?: string;
    ansiMagenta?: string;
    ansiMagentaBg?: string;
    ansiRed?: string;
    ansiRedBg?: string;
    ansiWhite?: string;
    ansiWhiteBg?: string;
    ansiYellow?: string;
    ansiYellowBg?: string;
    background: string;
    border: string;
    foreground: string;
    selectionBackground: string;
    selectionForeground: string;
}

Represents the theme configuration for the terminal.

Type declaration

  • Optional ansiBlack?: string

    The color for the black ANSI escape code.

  • Optional ansiBlackBg?: string

    The background color for the black ANSI escape code.

  • Optional ansiBlue?: string

    The color for the blue ANSI escape code.

  • Optional ansiBlueBg?: string

    The background color for the blue ANSI escape code.

  • Optional ansiBrightBlack?: string

    The color for the bright black ANSI escape code.

  • Optional ansiBrightBlue?: string

    The color for the bright blue ANSI escape code.

  • Optional ansiBrightCyan?: string

    The color for the bright cyan ANSI escape code.

  • Optional ansiBrightGreen?: string

    The color for the bright green ANSI escape code.

  • Optional ansiBrightMagenta?: string

    The color for the bright magenta ANSI escape code.

  • Optional ansiBrightRed?: string

    The color for the bright red ANSI escape code.

  • Optional ansiBrightWhite?: string

    The color for the bright white ANSI escape code.

  • Optional ansiBrightYellow?: string

    The color for the bright yellow ANSI escape code.

  • Optional ansiCyan?: string

    The color for the cyan ANSI escape code.

  • Optional ansiCyanBg?: string

    The background color for the cyan ANSI escape code.

  • Optional ansiGreen?: string

    The color for the green ANSI escape code.

  • Optional ansiGreenBg?: string

    The background color for the green ANSI escape code.

  • Optional ansiMagenta?: string

    The color for the magenta ANSI escape code.

  • Optional ansiMagentaBg?: string

    The background color for the magenta ANSI escape code.

  • Optional ansiRed?: string

    The color for the red ANSI escape code.

  • Optional ansiRedBg?: string

    The background color for the red ANSI escape code.

  • Optional ansiWhite?: string

    The color for the white ANSI escape code.

  • Optional ansiWhiteBg?: string

    The background color for the white ANSI escape code.

  • Optional ansiYellow?: string

    The color for the yellow ANSI escape code.

  • Optional ansiYellowBg?: string

    The background color for the yellow ANSI escape code.

  • background: string

    The background color of the terminal.

  • border: string

    The border color of the terminal.

  • foreground: string

    The foreground color of the terminal.

  • selectionBackground: string

    The background color of the selected text in the terminal.

  • selectionForeground: string

    The foreground color of the selected text in the terminal.

Generated using TypeDoc