medikoo/cli-color

xterm-colors are not unique

andreas83 opened this issue · 0 comments

there are duplicate colors inside xterm-colors.

[ "000000", "0000ff", "00ff00", "00ffff", "808080", "ff0000", "ff00ff", "ffff00", "ffffff" ]

this is in general not a big deal, unlike you do encoding and decoding with this array, which is exactly what i do (for very unknown reasons) .

https://github.com/andreas83/colorcoder/