a simple @magic theme for thesystem.at
npm install --save --save-exact @thesystem-at/magic-theme
// config.mjs:
export default {
//... other config
THEME: '@thesystem-at/magic-theme',
// multiple themes
// THEME: [...other themes, '@thesystem-at/magic-theme']
}
@magic will then import and use the theme automagically.