From ce5acc2314ad9788eeba3a2fac83150899add23c Mon Sep 17 00:00:00 2001 From: treeform Date: Wed, 7 Mar 2018 13:02:11 -0800 Subject: [PATCH] Add chroma color library. (#665) * Add chroma color library. * oops comma * Last comma? --- packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 4315adf..d8529c4 100644 --- a/packages.json +++ b/packages.json @@ -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" + } ]