From 520aecc2fc95eaf8e2ed332db164d22b1fe6b3dc Mon Sep 17 00:00:00 2001 From: Fulgurance Date: Thu, 5 Dec 2024 12:45:03 +0000 Subject: [PATCH] Updated default color --- ISM/CommandLine.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISM/CommandLine.cr b/ISM/CommandLine.cr index 5de4d22..a571379 100644 --- a/ISM/CommandLine.cr +++ b/ISM/CommandLine.cr @@ -1303,7 +1303,7 @@ module ISM additionalText = "" if mode == :installation - additionalText += "(#{(software.type+":").colorize(:pink)} " + additionalText += "(#{(software.type+":").colorize(Colorize::ColorRGB.new(252,0,76))} " status = getSoftwareStatus(software)