Interface ISchemeManager
- Namespace
- Terminal.Gui.Configuration
- Assembly
- Terminal.Gui.dll
Abstracts color scheme management. Provides access to named schemes.
public interface ISchemeManager
Properties
- SchemeNames
Gets the names of all registered schemes.
Methods
- AddScheme(string, Scheme)
Adds or updates a named scheme.
- GetScheme(string)
Gets a scheme by name.