-
Notifications
You must be signed in to change notification settings - Fork 0
Themes
A theme is a self-contained set of CSS, fonts, and images that gives your module its visual identity — matching how EncounterPlus itself renders a module, not just a generic Markdown look.
Today MPX bundles a single theme, 5.5e, applied automatically when you create a project — there's nothing to pick yet. Once a second theme exists, a picker will show up at the same step.
Run MPX: Select Project Theme, or use the Theme button in the Project section of the panel. Re-selecting the theme you're already on still does something useful: it resyncs your project's assets/ folder from the extension's own bundled copy — the only way to pick up a fix or improvement shipped in a later MPX update, since assets/ is otherwise only ever copied once, at creation time.
assets/css/custom.css and assets/js/custom.js are never touched by a resync — that's your own customization layer, seeded from the theme's template the first time and left alone after that.
- 5.5e — the current default. Modern D&D 5.5e (2024 core rulebook) appearance.
You've now covered the full authoring loop. Move on to Building and Importing to get your module into EncounterPlus.