From 43be393973873a171508bafe4280c2ddd44c8e90 Mon Sep 17 00:00:00 2001 From: Quadstronaut <2138096+Quadstronaut@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:48:42 -0700 Subject: [PATCH 1/5] Apply Taneth color palette: deep-green hull with gold HUD accent Refreshes the dark theme from neutral grey/green to the Taneth palette (deep-green surfaces, warm gold accent). Adds AccentForegroundBrush so text on accent fills uses a dark color that meets WCAG AA contrast. Co-Authored-By: Claude Opus 4.7 (1M context) --- windows/App.xaml | 34 ++++++++++++++++++---------------- windows/MainWindow.xaml | 4 ++-- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/windows/App.xaml b/windows/App.xaml index 8aeccde..b6f22f8 100644 --- a/windows/App.xaml +++ b/windows/App.xaml @@ -6,20 +6,21 @@ - - #50C878 - #3DAF62 - #2E9150 - #E05252 - #C43C3C - #1A1A1A - #242424 - #2E2E2E - #3A3A3A - #F0F0F0 - #9A9A9A - #555555 - #E0A030 + + #E8B547 + #F5C75A + #B88A2A + #0A1410 + #E04030 + #C8331E + #0A1410 + #13211C + #1B2E27 + #2D5448 + #E8DCB0 + #7A9088 + #3D5048 + #5BA89A @@ -35,6 +36,7 @@ +