diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-04 17:58:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-04 17:58:17 +0100 |
| commit | ad1c8ded024244d8b340e5c979ae23a88fe7f966 (patch) | |
| tree | 8f47fb6660186055e1e3658f6a9740f2b8743673 | |
| parent | 3b0fb2788349164a64af475e307a4188d268bc1b (diff) | |
| parent | eae9405b9c5e03cfad27b0f5da277a7949c7dc12 (diff) | |
| download | packages-ad1c8ded024244d8b340e5c979ae23a88fe7f966.tar.gz packages-ad1c8ded024244d8b340e5c979ae23a88fe7f966.zip | |
Merge pull request #713 from juancarlospaco/add-random_font_color0340
Added package random_font_color
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 762e765..42874f3 100644 --- a/packages.json +++ b/packages.json @@ -9093,5 +9093,20 @@ "description": "Text string translation from free online crowdsourced API. Tinyslation a tiny translation.", "license": "LGPLv3", "web": "https://github.com/juancarlospaco/nim-tinyslation" + }, + { + "name": "random_font_color", + "url": "https://github.com/juancarlospaco/nim-random-font-color", + "method": "git", + "tags": [ + "fonts", + "colors", + "pastel", + "design", + "random" + ], + "description": "Random curated Fonts and pastel Colors for your UI/UX design, design for non-designers.", + "license": "LGPLv3", + "web": "https://github.com/juancarlospaco/nim-random-font-color" } ] |
