I'm using react-particle-js and I can't seem to change the colour of the particles or the link lines, I'm using regular particle.js syntax because a lot of it is similar, can't find a solution in the docs either. Here's what I've got so far for the particle config:
const particleOpts = {
particles:{
number:{
value:150,
density: {
enable:true,
value_area: 1000
},
"color": {
"value": "#005496"
}
}
}