From 8366ca266937b8770eaf6d373067d8a1f9432814 Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sun, 3 May 2026 11:30:24 +0200 Subject: [PATCH] =?UTF-8?q?v0.18.0=20=E2=80=94=20Bluer=20dark=20palette=20?= =?UTF-8?q?to=20match=20ASTERION=20VR=20identity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shifts the launcher background from pure black to deep navy and adds a subtle blue tint over the body bitmap so the overall feel is closer to the brand's blue/cyan accent rather than neutral black-on-grey. Theme.xaml palette tweaks - Brush.Bg.Window : #000000 → #0A1220 (deep navy, ~95% black) - Brush.Bg.Sidebar : #0E1218 → #0E1422 - Brush.Bg.Card : #161B23 → #161D2C - Brush.Bg.Footer : #050709 → #060A14 - New Brush.Bg.BlueTint : #3050A0 @ 8% opacity, used as overlay MainWindow.xaml - Outer Grid Background : hardcoded "Black" → Brush.Bg.Window (so future tweaks of the brush propagate) - New Rectangle on top of the body Background.png with the blue tint brush, IsHitTestVisible=False so it doesn't block clicks. Versions bumped to 0.18.0. Co-Authored-By: Claude Opus 4.7 (1M context) --- installer/PSLauncher.iss | 2 +- src/PSLauncher.App/PSLauncher.App.csproj | 6 +++--- src/PSLauncher.App/Resources/Theme.xaml | 19 +++++++++++++------ src/PSLauncher.App/Views/MainWindow.xaml | 8 +++++++- .../PSLauncher.Updater.csproj | 2 +- 5 files changed, 25 insertions(+), 12 deletions(-) diff --git a/installer/PSLauncher.iss b/installer/PSLauncher.iss index 22e5d7e..2a21121 100644 --- a/installer/PSLauncher.iss +++ b/installer/PSLauncher.iss @@ -11,7 +11,7 @@ #define MyAppName "PROSERVE Launcher" #define MyAppShortName "PS_Launcher" -#define MyAppVersion "0.17.0" +#define MyAppVersion "0.18.0" #define MyAppPublisher "ASTERION VR" #define MyAppURL "https://asterionvr.com" #define MyAppExeName "PS_Launcher.exe" diff --git a/src/PSLauncher.App/PSLauncher.App.csproj b/src/PSLauncher.App/PSLauncher.App.csproj index fb6f37f..f7ac82d 100644 --- a/src/PSLauncher.App/PSLauncher.App.csproj +++ b/src/PSLauncher.App/PSLauncher.App.csproj @@ -15,9 +15,9 @@ PROSERVE Launcher © 2026 ASTERION VR — All rights reserved PSLauncher.App - 0.17.0 - 0.17.0.0 - 0.17.0.0 + 0.18.0 + 0.18.0.0 + 0.18.0.0 true diff --git a/src/PSLauncher.App/Resources/Theme.xaml b/src/PSLauncher.App/Resources/Theme.xaml index bed4e6b..e567c74 100644 --- a/src/PSLauncher.App/Resources/Theme.xaml +++ b/src/PSLauncher.App/Resources/Theme.xaml @@ -11,12 +11,19 @@ - - - - - - + + + + + + + + + diff --git a/src/PSLauncher.App/Views/MainWindow.xaml b/src/PSLauncher.App/Views/MainWindow.xaml index b50bf89..460b514 100644 --- a/src/PSLauncher.App/Views/MainWindow.xaml +++ b/src/PSLauncher.App/Views/MainWindow.xaml @@ -192,7 +192,7 @@ La sidebar a RowSpan=2 → s'étend du sous-topbar jusqu'au bas de fenêtre. Le footer est confiné à la colonne content. --> - + @@ -216,6 +216,12 @@ Opacity="0.25" /> + + diff --git a/src/PSLauncher.Updater/PSLauncher.Updater.csproj b/src/PSLauncher.Updater/PSLauncher.Updater.csproj index 34da7ab..cbc0bab 100644 --- a/src/PSLauncher.Updater/PSLauncher.Updater.csproj +++ b/src/PSLauncher.Updater/PSLauncher.Updater.csproj @@ -8,7 +8,7 @@ latest PS_Launcher.Updater PSLauncher.Updater - 0.17.0 + 0.18.0 ..\PSLauncher.App\Resources\favicon.ico ASTERION VR © 2026 ASTERION VR — All rights reserved