Table of Contents

Property Themes

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Themes

Holds the ThemeScope definitions.

[JsonInclude]
[JsonConverter(typeof(DictionaryJsonConverter<ThemeScope>))]
public static Dictionary<string, ThemeScope>? Themes { get; set; }

Property Value

Dictionary<string, ThemeScope>