diff options
| author | treeform <starplant@gmail.com> | 2018-03-07 13:02:11 -0800 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-07 21:02:11 +0000 |
| commit | ce5acc2314ad9788eeba3a2fac83150899add23c (patch) | |
| tree | 92d6edc4cd4fda44a82275ff5a541f2f0b77f7af | |
| parent | 4b66f72f1fe4d6c37bc4932a7111d51543aed12f (diff) | |
| download | packages-ce5acc2314ad9788eeba3a2fac83150899add23c.tar.gz packages-ce5acc2314ad9788eeba3a2fac83150899add23c.zip | |
Add chroma color library. (#665)
* Add chroma color library.
* oops comma
* Last comma?
| -rw-r--r-- | packages.json | 17 |
1 files 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" + } ] |
