scottrogowski / code2flow

Pretty good call graphs for dynamic languages
MIT License
3.98k stars 295 forks source link

New --color-scheme argument #82

Open C41Underscore opened 1 year ago

C41Underscore commented 1 year ago

A new CLI argument '--color-scheme' to allow the user to change the color scheme of the generated graph. The list of schemes can be found at the top of model.py.

If no argument is provided, then the default color scheme will be used, which is the scheme used before this request.

Addresses issue: https://github.com/scottrogowski/code2flow/issues/76#issue-1609843824