1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-20 11:27:14 +03:00
mdx-deck/templates/basic/theme.js

13 lines
289 B
JavaScript
Raw Normal View History

2018-08-25 23:40:44 +03:00
import theme from 'mdx-deck/themes'
export default {
...theme,
// Customize your presentation theme here.
//
// Read the docs for more info:
// https://github.com/jxnblk/mdx-deck/blob/master/docs/theming.md
// https://github.com/jxnblk/mdx-deck/blob/master/docs/themes.md
}