summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rw-r--r--wiki/features/other-parameters.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/wiki/features/other-parameters.md b/wiki/features/other-parameters.md
index 2c4cfb0..136698e 100644
--- a/wiki/features/other-parameters.md
+++ b/wiki/features/other-parameters.md
@@ -89,4 +89,10 @@ You can easily generate favicons using [this website](https://realfavicongenerat
## Mermaid Diagrams
-Mermaid diagrams are supported by theme, just follow [this reference](https://gohugo.io/content-management/diagrams/#mermaid-diagrams) to use them. \ No newline at end of file
+Mermaid diagrams are supported, just follow [this reference](https://gohugo.io/content-management/diagrams/#mermaid-diagrams) to use them. You can set Mermaid's light- and dark themes in your config; they switch with your blog's light/dark state. These are the defaults:
+
+```toml
+[params]
+mermaidTheme = "default"
+mermaidDarkTheme = "dark"
+```