CliThemeDefaultColor Property

Gets or sets the default color used by the app.

Default is which also means Gray.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public ConsoleColor? DefaultColor { get; init; }

Property Value

NullableConsoleColor

See Also