https://github.com/dmnsgn/typedoc-material-theme
A TypeDoc theme based on Material 3.
https://github.com/dmnsgn/typedoc-material-theme
documentation material material-3 material-design typedoc typedoc-plugin typedoc-theme typedocplugin typescript
Last synced: 23 days ago
JSON representation
A TypeDoc theme based on Material 3.
- Host: GitHub
- URL: https://github.com/dmnsgn/typedoc-material-theme
- Owner: dmnsgn
- License: mit
- Created: 2023-11-07T21:37:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T21:08:48.000Z (3 months ago)
- Last Synced: 2025-03-30T06:07:35.263Z (about 1 month ago)
- Topics: documentation, material, material-3, material-design, typedoc, typedoc-plugin, typedoc-theme, typedocplugin, typescript
- Language: CSS
- Homepage: https://dmnsgn.github.io/typedoc-material-theme/
- Size: 1000 KB
- Stars: 32
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - dmnsgn/typedoc-material-theme - A TypeDoc theme based on Material 3. (CSS)
- awesome-starred - dmnsgn/typedoc-material-theme - A TypeDoc theme based on Material 3. (CSS)
README
# typedoc-material-theme
[](https://www.npmjs.com/package/typedoc-material-theme)
[](https://www.npmjs.com/package/typedoc-material-theme)
[](https://bundlephobia.com/package/typedoc-material-theme)
[](https://github.com/dmnsgn/typedoc-material-theme/blob/main/package.json)
[](https://github.com/microsoft/TypeScript)
[](https://conventionalcommits.org)
[](https://github.com/prettier/prettier)
[](https://github.com/eslint/eslint)
[](https://github.com/dmnsgn/typedoc-material-theme/blob/main/LICENSE.md)A TypeDoc theme based on [Material 3](https://m3.material.io/).
[](https://paypal.me/dmnsgn)
[](https://commerce.coinbase.com/checkout/56cbdf28-e323-48d8-9c98-7019e72c97f3)
[](https://twitter.com/dmnsgn)
## Installation
```bash
npm install typedoc-material-theme
```## Usage
This plugin add a `themeColor` option to `typedoc`: the Material 3 source color to derive the theme from.
In CLI:
```bash
typedoc src/** --plugin typedoc-material-theme --themeColor '#cb9820'
```or in `typedoc.js`:
```json5
{
plugin: ["typedoc-material-theme"],
themeColor: "#cb9820",
// ... other options
}
```Default fonts (changeable with [customCss](https://typedoc.org/options/output/#customcss)):
- [Space Grotesk](https://fonts.google.com/specimen/Space+Grotesk)
- [Space Mono](https://fonts.google.com/specimen/Space+Mono)## Documentation
Example [generated docs of this package](https://dmnsgn.github.io/typedoc-material-theme/)

## License
MIT. See [license file](https://github.com/dmnsgn/typedoc-material-theme/blob/main/LICENSE.md).