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