From 44b8b362124026eef742bb0c2769e3c6ca94c4ff Mon Sep 17 00:00:00 2001 From: Codex CLI Date: Thu, 28 Aug 2025 05:06:06 -0500 Subject: [PATCH] theme: fix foreground/background bindings and list backgrounds\n\n- Define CSurface/CForeground colors; remove invalid .Color DynamicResource usage\n- Restore ListBox background to surface for readability\n- Ensure ThemeForegroundBrush resolves correctly so text is visible --- src/AdvancedCalculator/Styles/Colors.axaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/AdvancedCalculator/Styles/Colors.axaml b/src/AdvancedCalculator/Styles/Colors.axaml index 24438bd..3dd99b2 100644 --- a/src/AdvancedCalculator/Styles/Colors.axaml +++ b/src/AdvancedCalculator/Styles/Colors.axaml @@ -1,6 +1,9 @@ + + #FFF0F4F7 + #FF0F1A21 #FF5AC3D6 #FF223544 @@ -18,9 +21,9 @@ - #F0F4F7 + - #FF0F1A21 + #FFFFFFFF @@ -30,8 +33,8 @@ - - + + @@ -115,7 +118,7 @@