CliTheme.DefaultStyle Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets or sets the default style (color and text decoration) used by the app.
Default is null, which means terminal's current style.
public CliStyle DefaultStyle { get; init; }