Makes UI Catalog Scenarios use Theme and top-level color scheme (#2401)

* lots of clean up

* scenarios now get themes from uicatalog
This commit is contained in:
Tig
2023-03-16 07:50:09 -06:00
committed by GitHub
parent b7d206bf56
commit c94f9165f4
52 changed files with 305 additions and 160 deletions

View File

@@ -18,7 +18,7 @@ public class ExampleWindow : Window {
public ExampleWindow ()
{
Title = "Example App (Ctrl+Q to quit)";
Title = $"Example App ({Application.QuitKey} to quit)";
// Create input components and labels
var usernameLabel = new Label () {