mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
37 lines
2.1 KiB
XML
37 lines
2.1 KiB
XML
<Application x:Class="VPet_Simulator.Windows.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:VPet_Simulator.Windows"
|
|
xmlns:pu="https://opensource.panuon.com/wpf-ui" StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary>
|
|
<FontFamily x:Key="MainFont">
|
|
/VPet-Simulator.Windows;component/Res/Font/#OPPOSans R
|
|
</FontFamily>
|
|
<FontFamily x:Key="RemixIcon">
|
|
/VPet-Simulator.Windows;component/Res/#remixicon
|
|
</FontFamily>
|
|
</ResourceDictionary>
|
|
<ResourceDictionary>
|
|
<pu:GlobalSettings x:Key="globalSettings" FontFamily="{StaticResource MainFont}" FontSize="14"
|
|
IconFontFamily="/VPet-Simulator.Windows;component/Res/#remixicon" IconFontSize="16" />
|
|
|
|
<pu:MessageBoxXSettings x:Key="messageBoxSettings">
|
|
<pu:MessageBoxXSettings.WindowXStyle>
|
|
<Style TargetType="pu:WindowX"
|
|
BasedOn="{StaticResource {x:Static pu:MessageBoxX.WindowXStyleKey}}">
|
|
<Setter Property="pu:WindowXCaption.Background"
|
|
Value="{DynamicResource DARKPrimary}" />
|
|
<Setter Property="pu:WindowXCaption.Foreground"
|
|
Value="{DynamicResource DARKPrimaryText}" />
|
|
</Style>
|
|
</pu:MessageBoxXSettings.WindowXStyle>
|
|
|
|
</pu:MessageBoxXSettings>
|
|
</ResourceDictionary>
|
|
<ResourceDictionary Source="/VPet-Simulator.Windows.Interface;component/ResourceStyle.xaml" />
|
|
</ResourceDictionary.MergedDictionaries>
|
|
</ResourceDictionary>
|
|
</Application.Resources>
|
|
</Application>
|