Created
July 24, 2018 17:35
-
-
Save ldodds/c8fd7ed065119263511237cbc70bb5e6 to your computer and use it in GitHub Desktop.
Kumu configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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