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: {