call-graph
call-graph copied to clipboard
Add SVG restyle to match vscode theme
Summary
Intercept the SVG generated by graphviz and change the colors according to the vscode current theme.
Address the #24 "Make graph nicer." milestone
How it works
Explore the graph using a BFF algorithm, for each node, change the children's values according to their classes.
Evidences