typedoc-material-theme
    Preparing search index...

    typedoc-material-theme

    typedoc-material-theme

    npm version stability-stable npm minzipped size dependencies types Conventional Commits styled with prettier linted with eslint license

    A TypeDoc theme based on Material 3.

    paypal coinbase twitter

    npm install typedoc-material-theme
    

    This plugin add a themeColor option to typedoc: the Material 3 source color to derive the theme from.

    In CLI:

    typedoc src/** --plugin typedoc-material-theme --themeColor '#cb9820'
    

    or in typedoc.js:

    {
    plugin: ["typedoc-material-theme"],
    themeColor: "#cb9820",
    // ... other options
    }

    Default fonts (changeable with customCss):

    Example generated docs of this package

    MIT. See license file.