Skip to content

Commit 27e27fb

Browse files
Fr this time
1 parent c615a03 commit 27e27fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RLBotCS/ManagerTools/Logging.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace RLBotCS.ManagerTools;
66
public class Logging : ILogger
77
{
88
private const string Grey = "\x1b[38;20m";
9-
private const string LightBlue = "\x1b[34;20m";
9+
private const string LightBlue = "\x1b[94;20m";
1010
private const string Yellow = "\x1b[33;20m";
1111
private const string Green = "\x1b[32;20m";
1212
private const string Red = "\x1b[31;20m";

0 commit comments

Comments
 (0)