Skip to content

Latest commit

 

History

History
128 lines (86 loc) · 1.29 KB

themes.md

File metadata and controls

128 lines (86 loc) · 1.29 KB

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'