Fix log color when using light theme

This commit is contained in:
Stone_Red
2023-12-14 22:56:02 +01:00
parent e8ff5fed08
commit 04843f737a
+1
View File
@@ -16,6 +16,7 @@ internal class LogCommands
Console.Clear();
Console.BackgroundColor = ConsoleColor.Black;
Console.ForegroundColor = ConsoleColor.White;
if (debug)
{