Skip to content

Conversation

@nblumhardt
Copy link
Member

This widens search command compatibility with older Seq versions.

…pported (widens compat with earlier Seq versions)
public static readonly ConsoleTheme DefaultTheme = SystemConsoleTheme.Literate;
public static readonly ConsoleTheme DefaultAnsiTheme = AnsiConsoleTheme.Code;
static readonly TemplateTheme DefaultTemplateTheme = TemplateTheme.Literate;
public static readonly ConsoleTheme DefaultTheme = OperatingSystem.IsWindows() ? SystemConsoleTheme.Literate : DefaultAnsiTheme;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The SystemConsoleTheme.Literate variant doesn't work well in any terminal on my Linux box; using ANSI theming on macOS and Windows is a better bet.

@nblumhardt nblumhardt merged commit c15f974 into datalust:dev May 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant