using System; using System.Collections.Generic; using System.Linq; using Terminal.Gui; namespace UICatalog.Scenarios; [ScenarioMetadata ("Invert Colors", "Invert the foreground and the background colors.")] [ScenarioCategory ("Colors")] [ScenarioCategory ("Text and Formatting")] public class InvertColors : Scenario { public override void Main () { Application.Init (); var win = new Window { Title = GetQuitKeyAndName (), ColorScheme = Colors.ColorSchemes ["TopLevel"] }; List