Mermaid-Chart / vscode-mermaid-preview

Previews Mermaid diagrams
MIT License
142 stars 15 forks source link

How to apply the Mermaid bundled netural theme? #75

Closed alexwall closed 5 years ago

alexwall commented 5 years ago

Mermaid Preview 0.12.0

How to apply the natural theme?

This is what I've tried, but it doesn't work

{
    "mermaid": {
        "theme": "neutral",
        "themeCSS": ""
    }
}
image
vstirbu commented 5 years ago

Use this for now:

{
  "mermaid": {
    "theme": null,
    "themeCSS": "the content of the neutral theme from Mermaid",
  }
}

Would it be useful to provide a configuration flag for the light theme to choose between forest and neutral? Personally, I prefer forest but that seems to not suit everybody ;)

alexwall commented 5 years ago

I guess it‘s better to provide a list of available themes.

Sent with GitHawk

vstirbu commented 5 years ago

Available in 1.1.1.