Files
mmd-pdf/Themes/Accents/Black/Red.xaml
T

28 lines
2.1 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 - RED neon accent overlay. The Black theme uses a colored selection
foreground (not white), so SelectionFg is overridden here too. Fixed greens (InstallBtnBg,
AccentLogo) come from Black.xaml. -->
<SolidColorBrush x:Key="PrimaryBrush" Color="#FF2929" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#FF2929" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#FF2929" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#FF2929" po:Freeze="True"/>
<SolidColorBrush x:Key="HeaderLineBrush" Color="#FF2929" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionAccent" Color="#FF2929" po:Freeze="True"/>
<SolidColorBrush x:Key="RowSelectedBrush" Color="#330909" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#330909" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionBg" Color="#380000" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88FF2929" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#FF2929" po:Freeze="True"/>
<SolidColorBrush x:Key="RadioAccent" Color="#FF2929" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#330909" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#FF2929" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#330909" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#FF2929" po:Freeze="True"/>
</ResourceDictionary>