Ability to easily customize the node color scheme, e.g. by applying a palette, e.g. as in ggraph `custom_palette <- c("red", "blue", "green", "yellow")... ggraph(graph) + ... scale_color_manual(values = custom_palette) + ...`