We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5d6a0 commit 8d71154Copy full SHA for 8d71154
1 file changed
src/Microsoft.PowerShell.ConsoleHost/host/msh/ConsoleHostUserInterface.cs
@@ -1376,8 +1376,8 @@ public override void WriteErrorLine(string value)
1376
public ConsoleColor VerboseBackgroundColor { get; set; } = Console.BackgroundColor;
1377
1378
// Progress colors
1379
- public ConsoleColor ProgressForegroundColor { get; set; } = ConsoleColor.Yellow;
1380
- public ConsoleColor ProgressBackgroundColor { get; set; } = ConsoleColor.DarkCyan;
+ public ConsoleColor ProgressForegroundColor { get; set; } = ConsoleColor.Black;
+ public ConsoleColor ProgressBackgroundColor { get; set; } = ConsoleColor.Yellow;
1381
1382
#endregion Line-oriented interaction
1383
0 commit comments