Is there a way to add color to only a field in a record-based node. Like in the following example, can the field struct2:f0 alone be in different color?
digr
Try this:
digraph G { "Record" [ label=< A B > ]; }