j0ono0 / pinout

An open source Python package that generates hardware pinout diagrams as SVG images.
https://pinout.readthedocs.io
MIT License
389 stars 18 forks source link

auto-generated css colors: reject similar colors #9

Closed j0ono0 closed 3 years ago

j0ono0 commented 3 years ago

The auto-generated css colors can create very similar colors by chance (even identical!) reducing clarity of label categories. As colors are created they could be checked against existing colors to ensure there is enough difference.