-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrawio.json
More file actions
132 lines (132 loc) · 2.39 KB
/
drawio.json
File metadata and controls
132 lines (132 loc) · 2.39 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"customPresetColors": [
"4276aa",
"178aa1",
"40a693",
"5268a5",
"5e5ca2",
"778495",
"c00000",
"3d3d3d",
"bfbfbf",
"f0f0f0",
"586270",
"400000"
],
"customFonts": [
"更纱黑体 SC",
"Sarasa Gothic SC",
"等距更纱黑体 SC",
"Sarasa Mono SC",
"Fira Code Retina",
"Fira Code",
"Noto Sans Mono",
"DejaVu Sans Mono",
"Noto Mono",
"Noto Sans Mono CJK SC",
"YaHei Consolas Hybrid",
"Source Code Pro",
"Microsoft YaHei",
"Consolas",
"Sans"
],
"customColorSchemes": [
[
{},
{
"fill": "#40a693",
"stroke": "#178aa1",
"font": "#f0f0f0"
},
{
"fill": "#5268a5",
"stroke": "#5e5ca2",
"font": "#f0f0f0"
},
{
"fill": "#f0f0f0",
"stroke": "#586270",
"font": "#3d3d3d"
},
{
"fill": "#5e5ca2",
"stroke": "#3d3d3d",
"font": "#f0f0f0"
},
{
"fill": "#c00000",
"stroke": "#400000",
"font": "#f0f0f0"
},
{
"fill": "#3d3d3d",
"stroke": "#000000",
"font": "#f0f0f0"
},
{
"fill": "#bfbfbf",
"stroke": "#586270",
"font": "#000000"
}
],
[
{},
{
"fill": "none",
"stroke": "#4276aa",
"font": "#3d3d3d"
},
{
"fill": "none",
"stroke": "#5e5ca2",
"font": "#3d3d3d"
},
{
"fill": "none",
"stroke": "#c00000",
"font": "#3d3d3d"
},
{
"fill": "none",
"stroke": "#40a693",
"font": "#3d3d3d"
},
{
"fill": "none",
"stroke": "#178aa1",
"font": "#3d3d3d"
},
{
"fill": "none",
"stroke": "#586270",
"font": "#3d3d3d"
},
{
"fill": "none",
"stroke": "#5268a5",
"font": "#3d3d3d"
}
]
],
"defaultVertexStyle": {
"fontFamily": "Fira Code Retina",
"fontSize": "16",
"strokeWidth": "1",
"arcSize": "10",
"absoluteArcSize": "1",
"rounded": "1",
"shadow": "0",
"comic": "0"
},
"defaultEdgeStyle": {
"fontFamily": "Fira Code Retina",
"fontSize": "16",
"strokeWidth": "1",
"arcSize": "10",
"absoluteArcSize": "1",
"rounded": "1",
"shadow": "0",
"comic": "0"
},
"fontCss": ""
}