From ec5512ff6b6b92c3e0fdb8e99ac45e8de6fba7ac Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Mon, 21 Sep 2020 22:15:04 +0400 Subject: [PATCH] Change debug log color in Logger --- src/Zirconium/Core/Logging/Logger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Zirconium/Core/Logging/Logger.cs b/src/Zirconium/Core/Logging/Logger.cs index adb1ec4..55dc0c1 100644 --- a/src/Zirconium/Core/Logging/Logger.cs +++ b/src/Zirconium/Core/Logging/Logger.cs @@ -77,7 +77,7 @@ namespace Zirconium.Core.Logging break; } case LogType.Debug: { - tagFormatter = new Formatter("DEBUG", Color.Lime); + tagFormatter = new Formatter("DEBUG", Color.LightGray); break; } default: {