pw-dot: rename lightgreen to palegreen

lightgreen does not seem to exist for me as a color, dot complains.
This commit is contained in:
Wim Taymans 2020-02-20 13:27:41 +01:00
parent 01934297bd
commit 2a3bf485e7

View file

@ -224,7 +224,7 @@ static void draw_node(struct global *g)
/* draw the node header */
dot_str_add(dot_str, "subgraph cluster_node_%u {\n", g->id);
dot_str_add(dot_str, "bgcolor=lightgreen;\n");
dot_str_add(dot_str, "bgcolor=palegreen;\n");
/* draw the label header */
dot_str_add(dot_str, "label=\"");