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">
|
|
|
|
<!-- Dark family - PURPLE accent overlay. Text keys are a lighter lavender so they read on the
|
|
dark panels; the selection-background keys stay deep violet. Fixed greens (InstallBtnBg,
|
|
AccentLogo) come from Dark.xaml. -->
|
|
<SolidColorBrush x:Key="PrimaryBrush" Color="#B982E3" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#B982E3" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#B982E3" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#B982E3" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="HeaderLineBrush" Color="#B982E3" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="SelectionAccent" Color="#B982E3" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="RowSelectedBrush" Color="#1D0D2A" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#1D0D2A" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="SelectionBg" Color="#411C5E" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55B982E3" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#B982E3" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="RadioAccent" Color="#B982E3" po:Freeze="True"/>
|
|
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#1D0D2A" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#B982E3" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#1D0D2A" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#B982E3" po:Freeze="True"/>
|
|
|
|
</ResourceDictionary>
|