Theme : pull palette back towards black (v0.18 was too navy)

User feedback : the blue shift was too much. Reining in the saturation:
  Window  : #0A1220 → #050A14
  Sidebar : #0E1422 → #0B1018
  Card    : #161D2C → #131826
  Footer  : #060A14 → #04070D
  BlueTint overlay : 8% opacity → 4%

The result is a near-black palette with just a hint of blue depth, rather
than a clearly navy one. Stays in the dark-theme zone while keeping a
discreet ASTERION VR vibe.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-03 18:17:28 +02:00
parent 8366ca2669
commit 0bd4c8a4be

View File

@@ -11,19 +11,18 @@
<!-- Inverse bool : utilisé pour griser un bouton pendant qu'une opération est en cours -->
<res:InverseBoolConverter x:Key="InverseBoolToBool" />
<!-- Fond fenêtre : navy profond. Donne au bitmap overlay (logo Asterion VR
en bas-droite) une teinte bleutée discrète sans délaver l'image.
Anciennement #000000 (noir pur), passé à navy en v0.18 sur demande
visuelle pour matcher l'identité bleu/cyan d'ASTERION VR. -->
<SolidColorBrush x:Key="Brush.Bg.Window" Color="#0A1220" />
<!-- Cards & sidebar : navy plus saturé pour le contraste avec le content -->
<SolidColorBrush x:Key="Brush.Bg.Sidebar" Color="#0E1422" />
<SolidColorBrush x:Key="Brush.Bg.Card" Color="#161D2C" />
<SolidColorBrush x:Key="Brush.Bg.Footer" Color="#060A14" />
<!-- Fond fenêtre : presque noir avec un soupçon de bleu. v0.18 a tenté
un navy plus prononcé (#0A1220) mais c'était trop bleu — on revient
à un noir-bleuté très subtil pour rester sombre tout en gardant
l'identité ASTERION VR. -->
<SolidColorBrush x:Key="Brush.Bg.Window" Color="#050A14" />
<SolidColorBrush x:Key="Brush.Bg.Sidebar" Color="#0B1018" />
<SolidColorBrush x:Key="Brush.Bg.Card" Color="#131826" />
<SolidColorBrush x:Key="Brush.Bg.Footer" Color="#04070D" />
<!-- Voile bleu posé sur le bitmap de background pour renforcer la teinte
navy. Très transparent (5%) pour ne pas masquer l'image. -->
<SolidColorBrush x:Key="Brush.Bg.BlueTint" Color="#3050A0" Opacity="0.08" />
<!-- Voile bleu très léger (4%) sur le bitmap de background. Juste de quoi
donner une nuance, pas un voile coloré franc. -->
<SolidColorBrush x:Key="Brush.Bg.BlueTint" Color="#3050A0" Opacity="0.04" />
<SolidColorBrush x:Key="Brush.Border" Color="#2A2F3A" />
<SolidColorBrush x:Key="Brush.Text.Primary" Color="#F2F2F2" />
<SolidColorBrush x:Key="Brush.Text.Secondary" Color="#A0A0A8" />