Skip to content

Instantly share code, notes, and snippets.

@kmoormann
Created April 22, 2025 22:07
Show Gist options
  • Save kmoormann/29caaed79e684d9644ef84666a67d575 to your computer and use it in GitHub Desktop.
Save kmoormann/29caaed79e684d9644ef84666a67d575 to your computer and use it in GitHub Desktop.
node.Epic { diameter: 60px; color: #FF0000; border-color: #CC0000; border-width: 2px; text-color-internal: #FFFFFF; caption: '{name}'; font-size: 12px; } node.Feature { diameter: 50px; color: #0000FF; border-color: #0000CC; border-width: 2px; text-color-internal: #FFFFFF; caption: '{name}'; font-size: 10px; } node.Story { diameter: 40px; color: #00FF00; border-color: #00CC00; border-width: 2px; text-color-internal: #000000; caption: '{name}'; font-size: 8px; } node.Application { diameter: 50px; color: #800080; border-color: #4B0082; border-width: 2px; text-color-internal: #FFFFFF; caption: '{name}'; font-size: 10px; } relationship.HAS_FEATURE { color: #0000FF; shaft-width: 2px; font-size: 8px; text-color: #000000; caption: '{type}'; } relationship.HAS_STORY { color: #00FF00; shaft-width: 2px; font-size: 8px; text-color: #000000; caption: '{type}'; } relationship.USED_IN_APPLICATION { color: #800080; shaft-width: 2px; font-size: 8px; text-color: #000000; caption: '{type}'; style: dashed; } relationship.BLOCKS { color: #FF0000; shaft-width: 3px; font-size: 8px; text-color: #000000; caption: '{type}'; } relationship.DEPENDS_ON { color: #808080; shaft-width: 2px; font-size: 8px; text-color: #000000; caption: '{type}'; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment