An open API service indexing awesome lists of open source software.

https://github.com/splode/mdx-deck-theme-dracula

A Dracula theme for mdx-deck.
https://github.com/splode/mdx-deck-theme-dracula

dracula dracula-theme mdx mdx-deck mdx-deck-theme slides theme

Last synced: 4 months ago
JSON representation

A Dracula theme for mdx-deck.

Awesome Lists containing this project

README

        

# Dracula `mdx-deck` theme

Dracula mdx-theme preview image

A [Dracula](https://github.com/dracula/dracula-theme/) theme for [mdx-deck](https://github.com/jxnblk/mdx-deck).

## Usage

### Install

```bash
npm i -D mdx-deck-theme-dracula
```

```js
// deck.mdx
import { dracula } from 'mdx-deck-theme-dracula'

export const theme = dracula
```

## Contributing

Feel free to contribute. See [contributing guidelines](./.github/CONTRIBUTING.md) for more info.

## Author

[Christopher Murphy](https://github.com/Splode)

## License

[MIT](https://en.wikipedia.org/wiki/MIT_License)