From c27066ffe4fe6f5fe4450bfa4175f43bba7fed18 Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sat, 2 May 2026 11:50:59 +0200 Subject: [PATCH] Theme: window control buttons hover in blue, not yellow-white MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The min/max button hover was set to #FFFFFF22, intended as "white at 13% alpha". WPF Color literals are AARRGGBB though, not RRGGBBAA, so that's actually opaque red+green+a-touch-of-blue → yellow-ish white, unreadable on the dark chrome. Switch to Brush.Accent (#3B82F6) on hover with white foreground, matching the close button red on hover (#E81123) — both controls now have clear, distinct hover states. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/PSLauncher.App/Resources/Theme.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PSLauncher.App/Resources/Theme.xaml b/src/PSLauncher.App/Resources/Theme.xaml index c6b45c8..d0608c5 100644 --- a/src/PSLauncher.App/Resources/Theme.xaml +++ b/src/PSLauncher.App/Resources/Theme.xaml @@ -154,7 +154,8 @@ - + +