Skip to content

Instantly share code, notes, and snippets.

@ex0b1t
Last active February 21, 2020 11:11
Show Gist options
  • Save ex0b1t/708cf7ba323ee42d5fdc1f4c2a3e86b9 to your computer and use it in GitHub Desktop.
Save ex0b1t/708cf7ba323ee42d5fdc1f4c2a3e86b9 to your computer and use it in GitHub Desktop.
Structurizr Theme
{
"elements": [
{
"tag": "Element",
"color": "#ffffff"
},
{
"tag": "Software System",
"background": "#1168bd"
},
{
"tag": "Container",
"background": "#438dd5"
},
{
"tag": "Component",
"background": "#85bbf0",
"color": "#000000"
},
{
"tag": "Person",
"background": "#08427b",
"fontSize": 22,
"shape": "Person"
},
{
"tag": "Existing System",
"background": "#999999"
},
{
"tag": "Bank Staff",
"background": "#999999"
},
{
"tag": "Web Browser",
"shape": "WebBrowser"
},
{
"tag": "Mobile App",
"shape": "MobileDeviceLandscape"
},
{
"tag": "Database",
"shape": "Cylinder"
},
{
"tag": "Failover",
"opacity": 25
}
],
"relationships": [
{
"tag": "Failover",
"position": 70,
"opacity": 25
},
{
"tag": "RequestReply",
"background": "#9b1c31"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment