1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-30 00:44:20 +03:00
mdx-deck/docs/themes.md
2018-08-05 10:13:59 -04:00

1.3 KiB

Themes

Default

export { default as theme } from 'mdx-deck/themes'

Big

export { big as theme } from 'mdx-deck/themes'

Book

export { book as theme } from 'mdx-deck/themes'

Code

export { code as theme } from 'mdx-deck/themes'

Comic

export { comic as theme } from 'mdx-deck/themes'

Condensed

export { condensed as theme } from 'mdx-deck/themes'

Dark

export { dark as theme } from 'mdx-deck/themes'

Future

export { future as theme } from 'mdx-deck/themes'

Hack

export { hack as theme } from 'mdx-deck/themes'

Notes

export { notes as theme } from 'mdx-deck/themes'

Script

export { script as theme } from 'mdx-deck/themes'

Swiss

export { swiss as theme } from 'mdx-deck/themes'

Yellow

export { yellow as theme } from 'mdx-deck/themes'