From 21606c86589416800ff8636a34810ffa13a1a0e6 Mon Sep 17 00:00:00 2001 From: Tig Date: Tue, 16 Apr 2024 15:01:00 -0600 Subject: [PATCH] Changed colorscheme --- UICatalog/Scenarios/ContentScrolling.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UICatalog/Scenarios/ContentScrolling.cs b/UICatalog/Scenarios/ContentScrolling.cs index 67f61d3c8..5109e63e6 100644 --- a/UICatalog/Scenarios/ContentScrolling.cs +++ b/UICatalog/Scenarios/ContentScrolling.cs @@ -104,6 +104,8 @@ public class ContentScrolling : Scenario Window app = new () { Title = $"{Application.QuitKey} to Quit - Scenario: {GetName ()}", + // Use a different colorscheme so ViewSettings.ClearContentOnly is obvious + ColorScheme = Colors.ColorSchemes ["Toplevel"] }; var editor = new AdornmentsEditor ();