From 8ac97d58ba7391045f2e012c9f8082a8789bd0a1 Mon Sep 17 00:00:00 2001 From: Savant Date: Sat, 1 Mar 2025 16:21:27 -0500 Subject: [PATCH] Added package colors (#2989) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f854ace..e94ad52 100644 --- a/packages.json +++ b/packages.json @@ -34652,5 +34652,18 @@ "description": "A cross-platform Nim library for reading/writing text from/to the clipboard", "license": "MIT", "web": "https://github.com/jabbalaci/libclip" + }, + { + "name": "colors", + "url": "https://github.com/thing-king/colors", + "method": "git", + "tags": [ + "colors", + "coloring", + "terminal" + ], + "description": "A simple, powerful terminal coloring and styling library akin to NPM `colors`", + "license": "MIT", + "web": "https://github.com/thing-king/colors" } ]