Skip to content

Instantly share code, notes, and snippets.

@ldodds
Created June 7, 2018 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldodds/3a7a90d0dd72f0187c186bb190e2ab21 to your computer and use it in GitHub Desktop.
Save ldodds/3a7a90d0dd72f0187c186bb190e2ab21 to your computer and use it in GitHub Desktop.
kumu advanced view
@settings {
template: systems;
connection-color: #686868;
opposite-style: none;
font-color: #000;
font-size: 24;
}
/* Intangible Value */
connection["connection type"="intangible"] {
style: dashed;
}
/* Application or Service */
element["element type"="service"] {
color: #74c89e;
}
/* Data Flow */
connection["connection type"="data"] {
color: #fd9e43;
}
element["element type"="organisation"] {
color: #80b8d7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment