-
Notifications
You must be signed in to change notification settings - Fork 7
/
theme.json
66 lines (66 loc) · 1.16 KB
/
theme.json
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
{
"name": "dsl-to-png theme",
"elements": [
{
"tag": "Element",
"shape": "RoundedBox"
},
{
"tag": "Software System",
"background": "#1168bd",
"color": "#ffffff",
"stroke": "#3c7fc0"
},
{
"tag": "Container",
"background": "#438dd5",
"color": "#ffffff",
"stroke": "#3c7fc0"
},
{
"tag": "Component",
"background": "#85bbf0",
"color": "#000000",
"stroke": "#78a8d8"
},
{
"tag": "Person",
"background": "#08427b",
"color": "#ffffff",
"stroke": "#073b6f",
"shape": "Person"
},
{
"tag": "Database",
"shape": "Cylinder"
},
{
"tag": "Topic",
"shape": "Pipe"
},
{
"tag": "Subscription",
"shape": "Pipe"
},
{
"tag": "Pub/Sub",
"shape": "Pipe"
},
{
"tag": "Queue",
"shape": "Pipe"
},
{
"tag": "External",
"background": "#999999",
"color": "#ffffff",
"stroke": "#8a8a8a"
},
{
"tag": "Existing System",
"background": "#999999",
"color": "#ffffff",
"stroke": "#8a8a8a"
}
]
}