From ceea0a33d95bf3cabd9ed038b9a762587ad1f6c9 Mon Sep 17 00:00:00 2001 From: simon <55282932+sotrali@users.noreply.github.com> Date: Sat, 23 Aug 2025 01:46:32 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce6292d..52cd242 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ rgb(242, 240, 237) I started this project because I found myself converting between Hex and RGB a lot while ricing. As I was frequently visiting various color picker websites, I began thinking more and more about how color conversions even work in the first place. What is a color space? -Using any random color-picker online to go from RBG->Hex (and vice versa) works plenty fine, but, I think CLI tools are cool. I searched around a bit on github and the AUR and couldn't find any CLI color conversion utilities. I decided I could make one for fun, and the scope slowly expanded. I realized this was my opportunityto make and distribute a tool that could potentially serve others! +Using any random color-picker online to go from RBG->Hex (and vice versa) works plenty fine, but, I think CLI tools are cool. I searched around a bit on github and the AUR and couldn't find any basic CLI color conversion utilities. I decided I could make one for fun, and the scope slowly expanded. I realized this was my opportunity to make and distribute a tool that could potentially serve others! # Conversion Sources