[Improvement] Colorize graph types in command line tool
Its sometimes difficult to remember which parts of your current command are nodes, properties, execution directives or anything else as the whole command uses the same color. For example this whole command is in white text:

It'd be great if parts of the command could be colorized to highlight which parts are nodes, properties, execution directives and anything else. For example:

(Bash was used to generate the example above: echo -e "\n\033[35mjoern>\033[0m cpg.\033[32mmetaData\033[0m.\033[33mlanguage\033[0m.\033[34mtoList\033[0m\n")
That's a great idea. It's not the highest priority item on the list of course, but I'll see if we can get a simplistic version of the above done somehow.
As long as we are using Ammonite: There is codeColorsImplicit which can be shadowed. I do not know how to apply this to our traversal API though.
we'll shortly drop ammonite (probably next week)... but I think we can get something similar in the new repl.
did this ever get implemented?