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
+26
View File
@@ -0,0 +1,26 @@
<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">
<!-- Light family - TEAL/turquoise accent overlay. Accent is a deep teal (readable on white, and
the selected-page background with white text); the dim key is a pale tint for the highlight
background. Fixed greens (InstallBtnBg, AccentLogo) come from Light.xaml. -->
<SolidColorBrush x:Key="PrimaryBrush" Color="#0D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#0D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#0D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#0D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="HeaderLineBrush" Color="#0D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionAccent" Color="#0D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="RowSelectedBrush" Color="#0D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#D5F1F0" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionBg" Color="#0D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#880D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#0D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="RadioAccent" Color="#0D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#D5F1F0" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#0D827E" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#D5F1F0" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#0D827E" po:Freeze="True"/>
</ResourceDictionary>