-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme1.json
33 lines (33 loc) · 1.03 KB
/
theme1.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
{
"name": "Cyberdome theme",
"elements": [
{
"tag": "Go Service",
"background": "#8FB5FE",
"color": "#EEECE6",
"stroke": "#5881D8",
"shape": "RoundedBox",
"icon": "https://raw.githubusercontent.com/githubroom/structurizr_themes/main/Go-Logo_LightBlue.png"
},
{
"tag": "Database",
"background": "#EEECE6",
"color": "#3f51d4",
"stroke": "#3f51d4",
"shape": "Cylinder",
"icon": "https://static.structurizr.com/themes/oracle-cloud-infrastructure-2023.04.01/Database%20System.png"
},
{
"tag": "Web Browser",
"shape": "WebBrowser"
},
{
"tag": "Vault",
"background": "#EEECE6",
"color": "#3f51d4",
"stroke": "#3f51d4",
"shape": "Cylinder",
"icon": "https://static.structurizr.com/themes/oracle-cloud-infrastructure-2023.04.01/Vault.png"
}
]
}