Table of Contents

Method GetScheme

Namespace
Terminal.Gui.Configuration
Assembly
Terminal.Gui.dll

GetScheme(Schemes)

Gets the Scheme for the specified Schemes.

public static Scheme GetScheme(Schemes schemeName)

Parameters

schemeName Schemes

Returns

Scheme

Exceptions

ArgumentException

GetScheme(string)

Gets the Scheme for the specified string.

public static Scheme GetScheme(string schemeName)

Parameters

schemeName string

Returns

Scheme

Exceptions

KeyNotFoundException

If schemeName is not found in the current theme.