summaryrefslogtreecommitdiff
path: root/docs/mermaid-init.js
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-05-01 16:24:44 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit724a519c1628222b05fdf8ecc13ae88f9554f17f (patch)
tree8006d679574cff22ca93b62fe42b249c45c078c6 /docs/mermaid-init.js
parentbb0055d461debebe9dfcc4db6f9155870473142e (diff)
Docs: Set mermaid theme to neutral
Much better for dark theme too
Diffstat (limited to 'docs/mermaid-init.js')
-rw-r--r--docs/mermaid-init.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/mermaid-init.js b/docs/mermaid-init.js
new file mode 100644
index 0000000..faadc62
--- /dev/null
+++ b/docs/mermaid-init.js
@@ -0,0 +1 @@
+mermaid.initialize({startOnLoad:true, theme: 'neutral'});