Skip to content

Commit

Permalink
Updated color type
Browse files Browse the repository at this point in the history
Fulgurance committed Dec 5, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 520aecc commit 06c6acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/CommandLine.cr
Original file line number Diff line number Diff line change
@@ -1303,7 +1303,7 @@ module ISM
additionalText = ""

if mode == :installation
additionalText += "(#{(software.type+":").colorize(Colorize::ColorRGB.new(252,0,76))} "
additionalText += "(#{(software.type+":").colorize(:light_green)} "

status = getSoftwareStatus(software)

0 comments on commit 06c6acc

Please sign in to comment.