vendor: import KillerPDF 1.7.5 source (GPL-3.0) as the base for MMD PDF
This commit is contained in:
@@ -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">
|
||||
|
||||
<!-- Dark family - BLUE accent overlay. Text keys are a lighter cyan-blue so they read on the
|
||||
dark panels; the selection-background keys stay deep navy. Fixed greens (InstallBtnBg,
|
||||
AccentLogo) come from Dark.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#0D1B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#0D1B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#1C3B5E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#5550AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#50AEE8" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#0D1B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#0D1B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#50AEE8" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -0,0 +1,28 @@
|
||||
<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 - ORANGE/amber accent overlay. Full accent nudged brighter than a pure
|
||||
hue-rotation (orange muddies at green's lightness). The selection background is a bright
|
||||
orange (a dark brown read as muddy), so SelectionFg is overridden to dark for legible text
|
||||
on it. Fixed greens (InstallBtnBg, AccentLogo) come from Dark.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#2A1D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#2A1D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#F29A28" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#E8962C" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#2A1D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#2A1D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#E8962C" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -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">
|
||||
|
||||
<!-- Dark family - PURPLE accent overlay. Text keys are a lighter lavender so they read on the
|
||||
dark panels; the selection-background keys stay deep violet. Fixed greens (InstallBtnBg,
|
||||
AccentLogo) come from Dark.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#1D0D2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#1D0D2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#411C5E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#B982E3" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#1D0D2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#1D0D2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#B982E3" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -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>
|
||||
@@ -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 - TEAL/turquoise 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="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#0D2B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#0D2B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#1C5E5C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#1C5E5C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#1FB8A8" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#0D2B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#0D2B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#1FB8A8" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user