wilhelm-vocabulary / graphstyle.grass
QubitPi's picture
Add Grass styling file (#52)
68de0a5 unverified
raw
history blame contribute delete
338 Bytes
node {
diameter: 50px;
color: #A5ABB6;
border-color: #9AA1AC;
border-width: 2px;
text-color-internal: #FFFFFF;
font-size: 10px;
caption: '{label}';
}
relationship {
color: #A5ABB6;
shaft-width: 1px;
font-size: 8px;
padding: 3px;
text-color-external: #000000;
text-color-internal: #FFFFFF;
caption: '{label}';
}