1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00
mdx-deck/docs/themes.md
2019-03-09 19:31:30 -05:00

1.6 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
'

Poppins

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

Syntax Highlighter

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

Syntax Highlighter Prism

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