Derive header action button colors from dynamic header color

This commit is contained in:
Meik
2026-03-05 12:17:42 +01:00
parent f9ab560a80
commit 2e53ede66b
4 changed files with 16 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
<SolidColorBrush x:Key="buttonTextColor" Color="#0F172A"></SolidColorBrush>
<SolidColorBrush x:Key="headerColor" Color="#EAF1FA"></SolidColorBrush>
<SolidColorBrush x:Key="headerControlBackgroundColor" Color="#C8D6EA"></SolidColorBrush>
<SolidColorBrush x:Key="headerControlHoverBackgroundColor" Color="#B2C5DE"></SolidColorBrush>
<SolidColorBrush x:Key="backgroundColor" Color="#EDF3FB"></SolidColorBrush>
<SolidColorBrush x:Key="panelBackgroundColor" Color="#EDF3FB"></SolidColorBrush>
<SolidColorBrush x:Key="panelBorderColor" Color="#CAD9EC"></SolidColorBrush>