cerebral / cerebral-debugger

Debugger for Cerebral
http://cerebraljs.com/docs/introduction/debugger.html
MIT License
33 stars 16 forks source link

Color named sequences in signals view #47

Closed sveint closed 6 years ago

sveint commented 6 years ago

Make named sequences colored in the signals view. This makes it easier to identify the important sequences apart from all the normal sequences that is created as part of factories/operators etc.

To make some nicer colors, I've used color-hash library, as I found the built-in color generator's colors a bit too hard on the eyes. This also will change the colors of the signals list slightly. Let me know if this is an issue.

@christianalfoni