diff --git a/src/Plugins/Parallel/Support/CompactPrinter.php b/src/Plugins/Parallel/Support/CompactPrinter.php index 60c813f1..339ad748 100644 --- a/src/Plugins/Parallel/Support/CompactPrinter.php +++ b/src/Plugins/Parallel/Support/CompactPrinter.php @@ -34,7 +34,7 @@ final class CompactPrinter private const LOOKUP_TABLE = [ '.' => ['gray', '.'], 'S' => ['yellow', 's'], - 'T' => ['blue', 't'], + 'T' => ['cyan', 't'], 'I' => ['yellow', 'i'], 'N' => ['yellow', 'i'], 'R' => ['yellow', '!'],