We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c615a03 commit 27e27fbCopy full SHA for 27e27fb
RLBotCS/ManagerTools/Logging.cs
@@ -6,7 +6,7 @@ namespace RLBotCS.ManagerTools;
6
public class Logging : ILogger
7
{
8
private const string Grey = "\x1b[38;20m";
9
- private const string LightBlue = "\x1b[34;20m";
+ private const string LightBlue = "\x1b[94;20m";
10
private const string Yellow = "\x1b[33;20m";
11
private const string Green = "\x1b[32;20m";
12
private const string Red = "\x1b[31;20m";
0 commit comments