From 911940753c4947e6e4e337c20667bca7c16d2019 Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sat, 2 May 2026 09:01:42 +0200 Subject: [PATCH] UI tweaks: subdued background image + readable Launcher subtitle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The background image was too dominant at 50% opacity over a black window — bright spots of the engraved logo flooded the body and made the chrome look milky. Reduce image opacity to 0.18 and add a 35% black rectangle on top, dimming the image to roughly 12% effective brightness while keeping the texture readable. "Launcher" wordmark next to PROSERVE was barely visible (14pt, secondary grey). Now 20pt, FontWeight Light, primary white — sits naturally beside PROSERVE without competing. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/PSLauncher.App/Views/MainWindow.xaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/PSLauncher.App/Views/MainWindow.xaml b/src/PSLauncher.App/Views/MainWindow.xaml index 82bd51c..889bd83 100644 --- a/src/PSLauncher.App/Views/MainWindow.xaml +++ b/src/PSLauncher.App/Views/MainWindow.xaml @@ -156,8 +156,12 @@ + + + FontSize="20" + FontWeight="Light" + Foreground="{StaticResource Brush.Text.Primary}" + VerticalAlignment="Center" + Margin="14,0,0,0" />