IConsoleTheme Interface |
Exposes the semantics of a console color theme. A simple implementation is provided by the ConsoleTheme class,
and ready-made themes are exposed on the ConsoleThemes class.
Namespace: PostSharp.Patterns.Diagnostics.Backends.Console
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.4.3.0 (6.4.3.0)

C#
public interface IConsoleTheme
The IConsoleTheme type exposes the following members.

Name | Description | |
---|---|---|
![]() | SupportsAnsiCodes |
Determines whether the theme supports VT escape codes.
|
![]() | SupportsThemeItems |
Determines whether the theme supports differentiating the style according to the ConsoleThemeItem.
|

Name | Description | |
---|---|---|
![]() | GetStyle |
Gets the ConsoleThemeStyle for a specific theme item.
|
