Skip to content

Commit

Permalink
Updated default color
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Dec 5, 2024
1 parent ec54b18 commit 520aecc
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
Expand Up @@ -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)

Expand Down

0 comments on commit 520aecc

Please sign in to comment.