Skip to contents

Constructs a theme from step objects. NULL arguments are silently dropped, enabling conditional steps via if (cond) step(...).

Usage

new_theme(...)

Arguments

...

Step objects (step_file(), step_text(), step_run()).

Value

A list with class "prefab_theme" containing a steps element.