Skip to content

Instantly share code, notes, and snippets.

@emilhorlyck
Last active January 17, 2023 22:49
Show Gist options
  • Save emilhorlyck/d49e2fba17f1ca60f9bc296906e6d370 to your computer and use it in GitHub Desktop.
Save emilhorlyck/d49e2fba17f1ca60f9bc296906e6d370 to your computer and use it in GitHub Desktop.
Signifly - dark Stroke Structurizr theme
{
"name" : "Signifly theme",
"elements" : [ {
"tag" : "Element",
"shape" : "RoundedBox"
}, {
"tag" : "Software System",
"background" : "#ffffff",
"stroke" : "#521F0F",
"color" : "#521F0F"
}, {
"tag" : "Container",
"background" : "#ffffff",
"Stroke" : "#333346",
"color" : "#ffffff"
}, {
"tag" : "Component",
"background" : "#85bbf0",
"color" : "#000000"
}, {
"tag" : "Person",
"background" : "#08427b",
"color" : "#ffffff",
"shape" : "Person"
}, {
"tag" : "Infrastructure Node",
"background" : "#ffffff"
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment