These docs are for v0.1.4-alpha. Click to read the latest docs for v1.0.0-dev.

Changing the theme

To use another theme just change the one in admin/admin.php config file to the one you prefer:

<?php

return [
  ...
  'theme' => 'artificer-default-theme'
  ...
]