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">
|
||||
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user