nitc :: InheritanceGraph :: highlight
# Change the border color of the node fun highlight(dot: DotElement): DotElement do dot["color"] = "#1E9431" return dot end