diff options
| author | Solitude <solitudesf@protonmail.com> | 2019-04-03 08:28:52 +0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-04-03 07:28:52 +0200 |
| commit | 164bf8890e065a0d96ecb4f8d81cc4c4a88c82b4 (patch) | |
| tree | 90b256bf8195e2a35d5c390d20956a709195b548 | |
| parent | 66f02e96b18cd70a952cec2dc66a514aaf138ef9 (diff) | |
| download | packages-164bf8890e065a0d96ecb4f8d81cc4c4a88c82b4.tar.gz packages-164bf8890e065a0d96ecb4f8d81cc4c4a88c82b4.zip | |
add colorcol package (#1047)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ce805c0..6e5a3e4 100644 --- a/packages.json +++ b/packages.json @@ -13006,5 +13006,19 @@ "description": "eastasianwidth is library for EastAsianWidth.", "license": "MIT", "web": "https://github.com/jiro4989/eastasianwidth" + }, + { + "name": "colorcol", + "url": "https://github.com/SolitudeSF/colorcol", + "method": "git", + "tags": [ + "kakoune", + "plugin", + "color", + "preview" + ], + "description": "Kakoune plugin for color preview", + "license": "MIT", + "web": "https://github.com/SolitudeSF/colorcol" } ] |
