From a1364fae9fc499ee6e41268f258eb24f698dd278 Mon Sep 17 00:00:00 2001 From: pNeal0 Date: Wed, 8 Nov 2023 07:54:57 +0100 Subject: [PATCH] Update packages.json (#2747) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 876d659..d89baf6 100644 --- a/packages.json +++ b/packages.json @@ -31824,5 +31824,22 @@ "description": "A thread safe logging library using Nim's own logging module", "license": "AGPL-3.0-or-later", "web": "https://pswilde.codeberg.page/threadlogging_docs/threadlogging.html" + }, + { + "name": "paint", + "url": "https://github.com/pNeal0/paint", + "method": "git", + "tags": [ + "color", + "library", + "command-line", + "rgb", + "terminal", + "text", + "colorize" + ], + "description": "Colorize strings in a simple and clean way", + "license": "MIT", + "web": "https://github.com/pNeal0/paint" } ]