1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-25 15:50:39 +03:00
mdx-deck/docs/themes.md
2019-04-21 17:51:55 -04:00

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

Aspect 16:9

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

Aspect 4:3

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