I can change the color of the vertices conditionally:
V(net)$color <- ifelse(V(net)$type == "bla", "darkblue", "orange")