copy_theme_to_local_folder#
- mochada_kit.tables.copy_theme_to_local_folder(theme_name, output_path)#
Make a directory “themes” in output_path, then copies the theme “theme_name” from __THEMES_DIR__ to output_path/themes.
- Parameters:
- theme_name
STR
The name of one of the bespoke MOCHADA themes in the default folder given by __THEMES_DIR__. Only the part of the name after “MOCHADA-” is needed, i.e. to apply the theme ‘MOCHADA-plasma’, theme_name=’plasma’.
- output_path
pathlib.Path
Specifies the folder where the plantuml code file will be saved. Absolute or relative paths can be supplied.
- theme_name