Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1376,8 +1376,8 @@ public override void WriteErrorLine(string value)
public ConsoleColor VerboseBackgroundColor { get; set; } = Console.BackgroundColor;

// Progress colors
public ConsoleColor ProgressForegroundColor { get; set; } = ConsoleColor.Yellow;
public ConsoleColor ProgressBackgroundColor { get; set; } = ConsoleColor.DarkCyan;
public ConsoleColor ProgressForegroundColor { get; set; } = ConsoleColor.Black;
public ConsoleColor ProgressBackgroundColor { get; set; } = ConsoleColor.Yellow;

#endregion Line-oriented interaction

Expand Down