jbenet / depviz

dependency visualizer for the web
https://jbenet.github.io/depviz
MIT License
49 stars 10 forks source link

Color: Rename Red -> Bad and Green -> Good #51

Closed wking closed 7 years ago

wking commented 7 years ago

The colors being used don't matter as much as the semantic meaning (bad = blocked, incomplete, etc. good = unblocked, complete, etc.). This sets us up for less intrusive palette changes in the future (e.g. for color blindness or to match a logo).

Generated with:

$ sed -i 's/Red/Bad/g' $(git grep -l Red)
$ sed -i 's/Green/Good/g' $(git grep -l Green)