save_theme
Save document styling themes (fonts, colors, header/footer, logo) to a reusable JSON file for consistent Word document generation. Define a named theme once and apply it across future documents.
Instructions
Uloží šablonu (theme) do JSON souboru pro opakované použití. Výchozí umístění: ~/.docx-mcp/themes/.json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Název šablony, např. 'firma', 'report' | |
| theme | Yes | Šablona dokumentu - firemní barvy, font, záhlaví/zápatí, logo. Všechny barvy hex bez #. | |
| output_path | No | Vlastní cesta pro uložení JSON souboru |