Property Theme
- Namespace
- Terminal.Gui.Configuration
- Assembly
- Terminal.Gui.dll
Theme
The currently selected theme. The backing store is Settings ["Theme"].
[JsonInclude]
[ConfigurationProperty(Scope = typeof(SettingsScope), OmitClassName = true)]
[JsonPropertyName("Theme")]
public static string Theme { get; set; }