background nodes colour/size

This commit is contained in:
czmj 2017-09-29 11:31:05 +01:00
parent 0eec131e97
commit fb054d787a
1 changed files with 5 additions and 5 deletions

View File

@ -112,7 +112,7 @@
}
},
"color": {
"value": "#29335C"
"value": "#f99081"
},
"shape": {
"type": "circle",
@ -140,19 +140,19 @@
}
},
"size": {
"value": 16,
"value": 14,
"random": true,
"anim": {
"enable": true,
"speed": 3,
"size_min": 10,
"speed": 6,
"size_min": 4,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 250,
"color": "#29335C",
"color": "#f99081",
"opacity": 0.8,
"width": 2
},