medikoo / cli-color

Colors and formatting for the console
ISC License
676 stars 34 forks source link

xterm-colors are not unique #42

Closed andreas83 closed 1 year ago

andreas83 commented 1 year ago

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/