Update theming.md

This commit is contained in:
Neil Cuzon
2020-07-28 19:01:01 -07:00
committed by GitHub
parent 2ecda17618
commit e651511c35

View File

@@ -25,7 +25,9 @@ When Generating a diagram using on a webpage that supports mermaid. It is also p
Here is an example of how `%%init%%` can set the theme to 'base', this assumes that `themeVariables` are set to default:
```mermaid
```
mermaid
%%{init: {'theme':'base'}}%%
graph TD
A[Christmas] -->|Get money| B(Go shopping)