jxnblk / mdx-deck

♠️ React MDX-based presentation decks

Home Page:https://mdx-deck.jxnblk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with the default theme

gmcusaro opened this issue · comments

I have tried several times and there is always the same problem.

The default theme is not the one shown here with white background / black text but the opposite.

Note: In this themes.md import {big} from 'mdx- deck / themes' is missing of @ in@mdx- deck....` for all the examples

Going back to the topic...
In index.js > export { default } from './base' and themes/base.js is obviously clean. It's ok.

Why in src/theme.js colors are these by default (not white background / black text)?
export default { colors: { text: '#fff', background: '#000', backdrop: '#111', },,

The dark theme becomes practically useless or it can become the new white theme (obviously renaming it).

themes/dark.js is so a duplicate
export default { colors: { text: '#fff', background: '#000', ...

Last but not least, the dots in the footer of the deck are missing with any theme.