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">
<!-- Black family - BLUE neon accent overlay. Fixed greens (InstallBtnBg, AccentLogo) come
from Black.xaml. -->
<SolidColorBrush x:Key="PrimaryBrush" Color="#298DFF" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#298DFF" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#298DFF" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#298DFF" po:Freeze="True"/>
<SolidColorBrush x:Key="HeaderLineBrush" Color="#298DFF" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionAccent" Color="#298DFF" po:Freeze="True"/>
<SolidColorBrush x:Key="RowSelectedBrush" Color="#081a33" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#081a33" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionBg" Color="#0A2C50" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88298DFF" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#298DFF" po:Freeze="True"/>
<SolidColorBrush x:Key="RadioAccent" Color="#298DFF" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#081a33" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#298DFF" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#081a33" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#298DFF" po:Freeze="True"/>
</ResourceDictionary>
+27
View File
@@ -0,0 +1,27 @@
<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 - ORANGE neon accent overlay. The selection background is a bright orange (a
near-black brown read as muddy), so SelectionFg is dark for legible text on it. Fixed greens
(InstallBtnBg, AccentLogo) come from Black.xaml. -->
<SolidColorBrush x:Key="PrimaryBrush" Color="#FF910A" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#FF910A" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#FF910A" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#FF910A" po:Freeze="True"/>
<SolidColorBrush x:Key="HeaderLineBrush" Color="#FF910A" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionAccent" Color="#FF910A" po:Freeze="True"/>
<SolidColorBrush x:Key="RowSelectedBrush" Color="#332208" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#332208" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionBg" Color="#FF910A" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88FF910A" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#FF910A" po:Freeze="True"/>
<SolidColorBrush x:Key="RadioAccent" Color="#FF910A" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#332208" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#FF910A" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#332208" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#FF910A" po:Freeze="True"/>
</ResourceDictionary>
+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">
<!-- Black family - PURPLE neon accent overlay. Fixed greens (InstallBtnBg, AccentLogo) come
from Black.xaml. -->
<SolidColorBrush x:Key="PrimaryBrush" Color="#B829FF" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#B829FF" po:Freeze="True"/>
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#B829FF" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#B829FF" po:Freeze="True"/>
<SolidColorBrush x:Key="HeaderLineBrush" Color="#B829FF" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionAccent" Color="#B829FF" po:Freeze="True"/>
<SolidColorBrush x:Key="RowSelectedBrush" Color="#200833" po:Freeze="True"/>
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#200833" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionBg" Color="#250038" po:Freeze="True"/>
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88B829FF" po:Freeze="True"/>
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#B829FF" po:Freeze="True"/>
<SolidColorBrush x:Key="RadioAccent" Color="#B829FF" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#200833" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#B829FF" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#200833" po:Freeze="True"/>
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#B829FF" po:Freeze="True"/>
</ResourceDictionary>
+27
View File
@@ -0,0 +1,27 @@
<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>
+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">
<!-- 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>