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">
|
||||
|
||||
<!-- Light family - BLUE accent overlay. Accent is a true blue (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="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#D6E8F5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#881D6CA5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#18608E" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#D6E8F5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#D6E8F5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#18608E" 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">
|
||||
|
||||
<!-- Light family - ORANGE accent overlay. Accent is a deep amber (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="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#F8E5CE" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#C7710F" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#F8E5CE" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#F8E5CE" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#C7710F" 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">
|
||||
|
||||
<!-- Light family - PURPLE accent overlay. Accent is a deep violet (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="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#EADBF5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#886A1DA5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#5A1690" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#EADBF5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#EADBF5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#5A1690" 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">
|
||||
|
||||
<!-- Light family - RED accent overlay. Accent is a deep red (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="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#F5D6D6" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#931A1A" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#F5D6D6" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#F5D6D6" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#931A1A" 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">
|
||||
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user