{
    "name": "Semantic",
    "description": "This theme leverages semantic color schema to speed up visual segmentation.",
    "elements": [
        {
            "tag": "Person",
            "background": "#F4D9FF",
            "stroke": "#834187",
            "strokeWidth": 8,
            "shape": "Person"
        },
        {
            "tag": "Software System",
            "background": "#CFE4FF",
            "stroke": "#0c7cba",
            "strokeWidth": 8
        },
        {
            "tag": "Container",
            "background": "#FFD9D9",
            "stroke": "#c92d39",
            "strokeWidth": 8
        },
        {
            "tag": "Component",
            "background": "#C3F7C8",
            "stroke": "#7ab648",
            "strokeWidth": 8
        },
        {
            "tag": "Deployment Node",
            "strokeWidth": 5
        },
        {
            "tag": "Infrastructure Node",
            "background": "#B8F5ED",
            "stroke": "#19967d",
            "strokeWidth": 8,
            "shape": "RoundedBox",
            "metadata": true,
            "description": false,
            "height": 200
        },
        {
            "tag": "Software System Instance",
            "background": "#CFE4FF",
            "stroke": "#0c7cba",
            "strokeWidth": 8,
            "metadata": false,
            "description": false,
            "height": 200
        },
        {
            "tag": "Container Instance",
            "background": "#FFD9D9",
            "stroke": "#c92d39",
            "strokeWidth": 8,
            "description": false,
            "height": 200
        },
        {
            "tag": "#external",
            "background": "#F5F5F5",
            "stroke": "#666666",
            "strokeWidth": 8
        },
        {
            "tag": "#api",
            "height": 150
        },
        {
            "tag": "#web",
            "shape": "WebBrowser"
        },
        {
            "tag": "#db",
            "shape": "Cylinder"
        },
        {
            "tag": "#mobile",
            "shape": "MobileDevicePortrait"
        },
        {
            "tag": "#bot",
            "shape": "Robot"
        },
        {
            "tag": "#micro",
            "shape": "Hexagon"
        },
        {
            "tag": "#file",
            "shape": "Folder"
        },
        {
            "tag": "#pkg",
            "shape": "Component"
        },
        {
            "tag": "#bus",
            "shape": "Pipe"
        },
        {
            "tag": "Relationship",
            "routing": "Direct"
        },
        {
            "tag": "#desktop",
            "shape": "Window"
        },
        {
            "tag": "#fwk",
            "shape": "Component",
            "metadata": false
        }
    ]
}
