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">
|
|
|
|
<!-- Black family - PURPLE neon accent overlay. Fixed greens (InstallBtnBg, AccentLogo) come
|
|
from Black.xaml. -->
|
|
<SolidColorBrush x:Key="PrimaryBrush" Color="#B829FF" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#B829FF" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#B829FF" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#B829FF" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="HeaderLineBrush" Color="#B829FF" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="SelectionAccent" Color="#B829FF" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="RowSelectedBrush" Color="#200833" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#200833" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="SelectionBg" Color="#250038" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88B829FF" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#B829FF" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="RadioAccent" Color="#B829FF" po:Freeze="True"/>
|
|
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#200833" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#B829FF" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#200833" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#B829FF" po:Freeze="True"/>
|
|
|
|
</ResourceDictionary>
|