Fix color system mapping bug

Closes #342
This commit is contained in:
Patrik Svensson
2021-04-08 00:46:39 +02:00
committed by Phil Scott
parent ca036f6543
commit 13ac38ed04
6 changed files with 52 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ namespace Spectre.Console
/// <summary>
/// Gets or sets the color system to use.
/// </summary>
public ColorSystemSupport ColorSystem { get; set; }
public ColorSystemSupport ColorSystem { get; set; } = ColorSystemSupport.Detect;
/// <summary>
/// Gets or sets the out buffer.