Files
mmd-pdf/Themes/Blood.xaml
T

94 lines
6.8 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"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<!-- Blood: dark maroon chrome with a lighter maroon doc pane, warm cream text, white icons, heavy grain -->
<SolidColorBrush x:Key="SurfaceBrush" Color="#2c1012" po:Freeze="True"/>
<SolidColorBrush x:Key="PaneBrush" Color="#401d21" po:Freeze="True"/>
<SolidColorBrush x:Key="RowHoverBrush" Color="#54201f" po:Freeze="True"/>
<SolidColorBrush x:Key="MenuHoverBrush" Color="#54201f" po:Freeze="True"/>
<SolidColorBrush x:Key="BackgroundBrush" Color="#240c0d" po:Freeze="True"/>
<SolidColorBrush x:Key="BgRecentPanel" Color="#3e191b" po:Freeze="True"/>
<SolidColorBrush x:Key="BgFlyout" Color="#2e1214" po:Freeze="True"/>
<LinearGradientBrush x:Key="TabStripFadeBrush" StartPoint="0,0" EndPoint="0,1" po:Freeze="True">
<GradientStop Offset="0.0" Color="#00000000"/>
<GradientStop Offset="0.55" Color="#1f000000"/>
<GradientStop Offset="1.0" Color="#82000000"/>
</LinearGradientBrush>
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#1e0a0b" po:Freeze="True"/>
<SolidColorBrush x:Key="CardBorderBrush" Color="#401d1d" po:Freeze="True"/>
<!-- Blood's current family accent is warm cream; the red remains the structural highlight. -->
<SolidColorBrush x:Key="PrimaryBrush" Color="#f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#2c1012" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="HeaderLineBrush" Color="#e8485a" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionAccent" Color="#cc1a2b" po:Freeze="True"/>
<SolidColorBrush x:Key="AccentLogo" Color="#1ea54c" po:Freeze="True"/>
<SolidColorBrush x:Key="InstallBtnBg" Color="#1ea54c" po:Freeze="True"/>
<SolidColorBrush x:Key="MenuBorderBrush" Color="#633030" po:Freeze="True"/>
<SolidColorBrush x:Key="DropBorder" Color="#39191c" po:Freeze="True"/>
<SolidColorBrush x:Key="PaneBorderBrush" Color="#633030" po:Freeze="True"/>
<SolidColorBrush x:Key="AppBorderBrush" Color="#401d1d" po:Freeze="True"/>
<SolidColorBrush x:Key="RowSelectedBrush" Color="#44f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#44ffffff" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionBg" Color="#44f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionFg" Color="#ffffff" po:Freeze="True"/>
<!-- Open settings row uses the translucent-white SelectionBg (matches selected page/tool). -->
<SolidColorBrush x:Key="SettingsOpenRowBg" Color="#44f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="TextBrush" Color="#fffde8" po:Freeze="True"/>
<SolidColorBrush x:Key="MutedTextBrush" Color="#f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="MenuTextBrush" Color="#f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="ChromeTextBrush" Color="#e8cfc2" po:Freeze="True"/>
<SolidColorBrush x:Key="FilenameBrush" Color="#b09e9c" po:Freeze="True"/>
<SolidColorBrush x:Key="DimTextBrush" Color="#e2b58a" po:Freeze="True"/>
<SolidColorBrush x:Key="TextFooter" Color="#a85a5a" po:Freeze="True"/>
<SolidColorBrush x:Key="DangerRed" Color="#ff6666" po:Freeze="True"/>
<SolidColorBrush x:Key="BgDragHandle" Color="#a87860" po:Freeze="True"/>
<SolidColorBrush x:Key="DragLine" Color="#422225" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#aaf8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#fce6d2" po:Freeze="True"/>
<!-- Added for the kit components 2026-07-31. -->
<SolidColorBrush x:Key="TableHeaderBrush" Color="#2c1012" po:Freeze="True"/>
<SolidColorBrush x:Key="RowAltBrush" Color="#18FFFFFF" po:Freeze="True"/>
<SolidColorBrush x:Key="InputBorderBrush" Color="#633030" po:Freeze="True"/>
<SolidColorBrush x:Key="InputHoverBrush" Color="#a8434f" po:Freeze="True"/>
<SolidColorBrush x:Key="TreeLineBrush" Color="#552626" po:Freeze="True"/>
<SolidColorBrush x:Key="SliderTrack" Color="#0c0405" po:Freeze="True"/>
<SolidColorBrush x:Key="RadioAccent" Color="#f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="BgOverlay" Color="#CC80000c" po:Freeze="True"/>
<sys:Double x:Key="GrainOpacity">0.34</sys:Double>
<sys:Double x:Key="IconShadowOpacity">1.0</sys:Double>
<sys:Double x:Key="HeaderShadowOpacity">0.95</sys:Double>
<SolidColorBrush x:Key="BgCanvas" Color="#4a1f20" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#44f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#ffffff" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#44f8c99e" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#ffffff" po:Freeze="True"/>
<!-- Shortcut keyboard view: category colors -->
<SolidColorBrush x:Key="KsCatFile" Color="#00fff9" po:Freeze="True"/>
<SolidColorBrush x:Key="KsCatTools" Color="#ffd319" po:Freeze="True"/>
<SolidColorBrush x:Key="KsCatEdit" Color="#ff2975" po:Freeze="True"/>
<SolidColorBrush x:Key="KsCatNav" Color="#8c1eff" po:Freeze="True"/>
<SolidColorBrush x:Key="KsCatView" Color="#f222ff" po:Freeze="True"/>
<SolidColorBrush x:Key="KsCatSearch" Color="#00b3ff" po:Freeze="True"/>
<SolidColorBrush x:Key="KsCatHelp" Color="#39ff14" po:Freeze="True"/>
<SolidColorBrush x:Key="KsCatOcr" Color="#ff901f" po:Freeze="True"/>
<DropShadowEffect x:Key="TextStroke" Color="Black" BlurRadius="3" ShadowDepth="0.8" Direction="270" Opacity="0.7"/>
<!-- Keep the shared chrome geometry identical to KillerNotes. -->
<CornerRadius x:Key="WindowCornerRadius">7</CornerRadius>
<CornerRadius x:Key="PanelCornerRadius">6</CornerRadius>
<CornerRadius x:Key="ControlCornerRadius">4</CornerRadius>
<CornerRadius x:Key="SmallCornerRadius">3</CornerRadius>
<CornerRadius x:Key="FlyoutCornerRadius">0,0,4,4</CornerRadius>
<CornerRadius x:Key="AccentSwatchCornerRadius">9</CornerRadius>
<SolidColorBrush x:Key="TitleBarBrush" Color="#240c0d" po:Freeze="True"/>
</ResourceDictionary>