Expand description
make:theme command — scaffold theme files for the Ferro theme system
Scaffolds plain CSS variable declarations (:root { ... }) compatible
with ferro-json-ui’s <style> injection path.
Functions§
- make_
theme - Generate theme scaffold files in
themes/{name}/. - make_
theme_ in_ dir - Core logic — generate in a given base directory (enables testability).
- run
- Public entry point called from main.rs.