vendor: import KillerPDF 1.7.5 source (GPL-3.0) as the base for MMD PDF

This commit is contained in:
2026-08-27 06:58:22 +02:00
commit 532485a830
577 changed files with 149058 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<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 - RED accent overlay. Overrides only the accent-hue keys; everything
neutral (and the fixed greens: InstallBtnBg, AccentLogo) comes from Dark.xaml. -->
<SolidColorBrush x:Key="PrimaryBrush" Color="#DD504B" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#DD504B" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#DD504B" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#DD504B" po:Freeze="True"/>
<SolidColorBrush x:Key="HeaderLineBrush" Color="#DD504B" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionAccent" Color="#DD504B" po:Freeze="True"/>
<SolidColorBrush x:Key="RowSelectedBrush" Color="#2A0D0D" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#2A0D0D" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionBg" Color="#5E1C1C" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55DD504B" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#DD504B" po:Freeze="True"/>
<SolidColorBrush x:Key="RadioAccent" Color="#DD504B" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#2A0D0D" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#DD504B" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#2A0D0D" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#DD504B" po:Freeze="True"/>
</ResourceDictionary>