Derive header action button colors from dynamic header color
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<SolidColorBrush x:Key="buttonTextColor" Color="#E2E8F0"></SolidColorBrush>
|
||||
<SolidColorBrush x:Key="headerColor" Color="#0B1220"></SolidColorBrush>
|
||||
<SolidColorBrush x:Key="headerControlBackgroundColor" Color="#233550"></SolidColorBrush>
|
||||
<SolidColorBrush x:Key="headerControlHoverBackgroundColor" Color="#31496B"></SolidColorBrush>
|
||||
<SolidColorBrush x:Key="backgroundColor" Color="#0F172A"></SolidColorBrush>
|
||||
<SolidColorBrush x:Key="panelBackgroundColor" Color="#0F172A"></SolidColorBrush>
|
||||
<SolidColorBrush x:Key="panelBorderColor" Color="#2A3F5F"></SolidColorBrush>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user