<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:gs="http://namespaces.zope.org/genericsetup"
    i18n_domain="plone.app.theming">

    <gs:importStep
        name="plone.app.theming"
        title="Apply Diazo theme"
        description="Applies a theme configured in a theme.xml file"
        handler=".handler.importTheme">
            <gs:depends name="toolset" />
    </gs:importStep>

</configure>
