Type alias MessageStyles

MessageStyles: {
    boolean?: Style;
    number?: Style;
    option?: Style;
    regex?: Style;
    string?: Style;
    text?: Style;
    url?: Style;
    value?: Style;
}

A set of styles for terminal messages.

Type declaration

  • Optional Readonly boolean?: Style

    The style of boolean values.

  • Optional Readonly number?: Style

    The style of number values.

  • Optional Readonly option?: Style

    The style of option names.

  • Optional Readonly regex?: Style

    The style of regular expressions.

  • Optional Readonly string?: Style

    The style of string values.

  • Optional Readonly text?: Style

    The style of general text.

  • Optional Readonly url?: Style

    The style of URLs.

  • Optional Readonly value?: Style

    The style of unknown values.