We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Code
Literate
1 parent 322ae6d commit 3f0cc8cCopy full SHA for 3f0cc8c
src/SeqCli/Cli/Features/OutputFormatFeature.cs
@@ -35,7 +35,7 @@ class OutputFormatFeature : CommandFeature
35
"[{Timestamp:o} {Level:u3}] {Message:lj} {Properties:j}{NewLine}{Exception}";
36
37
public static readonly ConsoleTheme DefaultTheme = SystemConsoleTheme.Literate;
38
- public static readonly ConsoleTheme DefaultAnsiTheme = AnsiConsoleTheme.Literate;
+ public static readonly ConsoleTheme DefaultAnsiTheme = AnsiConsoleTheme.Code;
39
40
bool _json, _noColor, _forceColor;
41
0 commit comments