mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Renamed property. Updated conceptual docs.
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
using System;
|
||||
using Terminal.Gui;
|
||||
|
||||
// Override the default configuraiton for the application to use the Light theme
|
||||
ConfigurationManager.RuntimeConfig = """{ "Theme": "Light" }""";
|
||||
|
||||
Application.Run<ExampleWindow> ().Dispose ();
|
||||
|
||||
// Before the application exits, reset Terminal.Gui for clean shutdown
|
||||
|
||||
Reference in New Issue
Block a user