Add chroma color library. (#665)

* Add chroma color library.

* oops comma

* Last comma?
This commit is contained in:
treeform 2018-03-07 13:02:11 -08:00 committed by Dominik Picheta
parent 4b66f72f1f
commit ce5acc2314

View File

@ -8493,6 +8493,19 @@
"description": "i3 IPC client library",
"license": "LGPLv3",
"web": "https://github.com/FedericoCeratto/nim-i3ipc"
}
},
{
"name": "chroma",
"url": "https://github.com/treeform/chroma",
"method": "git",
"tags": [
"colors",
"cmyk",
"hsl",
"hsv"
],
"description": "Everything you want to do with colors.",
"license": "MIT",
"web": "https://github.com/treeform/chroma"
}
]