Cannot customize theme through cli and json config file #5357
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
I cannot customize the theme when processing mermaid files through the cli.
I have a common "config.json", but mermaid cli still applies the default values for themeVariables.
Steps to reproduce
mmdc --configFile config.json --input flowchart.mmd --output flowchart.png
Screenshots
No response
Code Sample
Config:
Chart:
Setup
Suggested Solutions
No response
Additional Context
I cannot read "base" as a valid field for "theme" in the spec: https://mermaid.js.org/config/schema-docs/config.html#theme, why is that?
Why is themeVariables not specified?
The text was updated successfully, but these errors were encountered: