27 lines
2.0 KiB
XML
27 lines
2.0 KiB
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:po="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options">
|
|
|
|
<!-- Light family - PURPLE accent overlay. Accent is a deep violet (readable on white, and the
|
|
selected-page background with white text); the dim key is a pale tint for the highlight
|
|
background. Fixed greens (InstallBtnBg, AccentLogo) come from Light.xaml. -->
|
|
<SolidColorBrush x:Key="PrimaryBrush" Color="#5A1690" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#5A1690" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#5A1690" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#5A1690" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="HeaderLineBrush" Color="#5A1690" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="SelectionAccent" Color="#5A1690" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="RowSelectedBrush" Color="#5A1690" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#EADBF5" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="SelectionBg" Color="#5A1690" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#886A1DA5" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#5A1690" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="RadioAccent" Color="#5A1690" po:Freeze="True"/>
|
|
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#EADBF5" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#5A1690" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#EADBF5" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#5A1690" po:Freeze="True"/>
|
|
|
|
</ResourceDictionary>
|