From eae9405b9c5e03cfad27b0f5da277a7949c7dc12 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Fri, 4 May 2018 00:40:08 -0300 Subject: [PATCH] Added package random_font_color --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" } ]