Skip to content

Instantly share code, notes, and snippets.

@ldodds
Created July 24, 2018 17:35
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/c8fd7ed065119263511237cbc70bb5e6 to your computer and use it in GitHub Desktop.
Save ldodds/c8fd7ed065119263511237cbc70bb5e6 to your computer and use it in GitHub Desktop.
Kumu configuration
@settings {
template: systems;
connection-color: #0DBC37;
opposite-style: none;
font-color: #000;
font-size: 33;
element-text-align: bottom;
}
/* Knowledge & Insights */
connection["connection type"="intangible"] {
style: dashed;
}
/* Application or Service */
element["element type"="service"] {
color: #722EA5;
}
/* Data Flow */
connection["connection type"="data"] {
color: #2254f4;
}
/* Value */
connection["connection type"="tangible"] {
color: #0DBC37;
}
element["element type"="organisation"] {
color: #ff6700;
}
element["element type"="person"] {
color: #d73058;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment