-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmermaid.config.json
More file actions
30 lines (30 loc) · 823 Bytes
/
mermaid.config.json
File metadata and controls
30 lines (30 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"mermaid": {
"theme": "dark",
"themeVariables": {
"primaryColor": "#4ade80",
"primaryTextColor": "#fff",
"primaryBorderColor": "#22c55e",
"lineColor": "#4ade80",
"secondaryColor": "#3b82f6",
"tertiaryColor": "#1a1a2e",
"background": "#1a1a2e",
"mainBkg": "#16162a",
"secondBkg": "#0f0f1e",
"fontFamily": "system-ui, sans-serif"
},
"flowchart": {
"curve": "basis",
"padding": 15
},
"sequence": {
"diagramMarginX": 50,
"diagramMarginY": 10,
"actorMargin": 50,
"width": 150,
"height": 65,
"boxMargin": 10,
"useMaxWidth": true
}
}
}