Skip to content

Instantly share code, notes, and snippets.

@psylone
Created June 3, 2025 05:57
Show Gist options
  • Save psylone/5344fae58f477227c81d145f422da904 to your computer and use it in GitHub Desktop.
Save psylone/5344fae58f477227c81d145f422da904 to your computer and use it in GitHub Desktop.
Structurizr Theme
{
"name": "Name",
"description": "Description",
"elements": [
{
"tag": "Element",
"shape": "RoundedBox"
},
{
"tag": "Person",
"background": "#08427b",
"color": "#ffffff",
"shape": "Person"
},
{
"tag": "Software System",
"background": "#1168bd",
"color": "#ffffff"
},
{
"tag": "Container",
"background": "#438dd5",
"color": "#ffffff"
},
{
"tag": "External",
"background": "#999999",
"color": "#ffffff"
},
{
"tag": "New Interaction",
"background": "#17a43f",
"color": "#ffffff"
}
],
"relationships": [
{
"tag": "New Interaction",
"color": "#17a43f"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment