Skip to content

Commit 4963312

Browse files
committed
兼容浅色终端主题
1 parent 459b0de commit 4963312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNetCampus.Logger/Writers/ConsoleLogger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ private static TextWriter GetStandardOutputWriter()
321321
private const string Reset = C.Reset;
322322
private const string TraceText = F.BrightBlack;
323323
private const string DebugText = F.Magenta;
324-
private const string InformationText = F.White;
324+
private const string InformationText = Reset;
325325
private const string WarningText = F.Yellow;
326326
private const string ErrorText = F.Red;
327327
private const string CriticalText = $"{B.Red}{F.Black}";

0 commit comments

Comments
 (0)