@blockchaincommons/envelope - v1.0.0-beta.4
    Preparing search index...

    Variable MermaidThemeConst

    MermaidTheme: {
        Default: "default";
        Neutral: "neutral";
        Dark: "dark";
        Forest: "forest";
        Base: "base";
    } = ...

    The theme for the Mermaid flowchart.

    Type Declaration

    • ReadonlyDefault: "default"

      Mermaid's default theme.

    • ReadonlyNeutral: "neutral"

      Greyscale.

    • ReadonlyDark: "dark"

      Dark background.

    • ReadonlyForest: "forest"

      Green tones.

    • ReadonlyBase: "base"

      The customisable base theme.