$node-color: rgba(110,136,255,0.8)
$node-color-selected: #ffd92c
$socket-size: 24px
$socket-margin: 10px
$socket-color: #96b38a
$exec-color: #b479b6
$node-width: 180px
$connection-width: 3px

:export
    nodeColor: $node-color
    nodeColorSelected: $node-color-selected
    socketSize: $socket-size
    socketMargin: $socket-margin
    socketColor: $socket-color
    execColor: $exec-color
    nodeWidth: $node-width
    connectionWidth: $connection-width