Kronuz / ColorHighlight

🎨 Lightweight Color Highlight colorizer for Sublime Text
MIT License
118 stars 12 forks source link

Include XKCD colors #27

Open a-ludi opened 2 years ago

a-ludi commented 2 years ago

It would be great if you could integrate the colors from the XKCD color survey just how they are used in matplotlib, i.e. with xkcd: prefix, e.g. xkcd:red. I would think it is best to put them in a separate list that can be toggled on/off. Here is the full list of colors: https://xkcd.com/color/rgb.txt

a-ludi commented 2 years ago

For testing, I had added the colors to the colors.py. That turns out to be a bad idea because it can greatly slow down Sublime upon saving files.