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

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