From 04843f737af9717b82b4eeb91706e7360f30ebb2 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:56:02 +0100 Subject: [PATCH] Fix log color when using light theme --- HyperbolicDownloader/LogCommands.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/HyperbolicDownloader/LogCommands.cs b/HyperbolicDownloader/LogCommands.cs index 2e51b28..00b528f 100644 --- a/HyperbolicDownloader/LogCommands.cs +++ b/HyperbolicDownloader/LogCommands.cs @@ -16,6 +16,7 @@ internal class LogCommands Console.Clear(); Console.BackgroundColor = ConsoleColor.Black; + Console.ForegroundColor = ConsoleColor.White; if (debug) {