the @magic-theme for interspace. shared between all interspace pages to get a unified color scheme and page layout
// no @ for now. this is not published yet.
npm install --save --save-exact interspace/magic-theme
// config.mjs:
export default {
//... other config
THEME: '@interspace/magic-theme',
// multiple themes
// THEME: [...other themes, '@interspace/magic-theme'],
}
@magic will then import and use the theme automagically.
first release
...