forked from Roflin/gamenight
15 lines
655 B
XML
15 lines
655 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<!-- Load WinUI resources -->
|
|
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
|
|
<MaterialToolkitTheme xmlns="using:Uno.Toolkit.UI.Material"
|
|
ColorOverrideSource="ms-appx:///FrontendPlatformUno/Styles/ColorPaletteOverride.xaml"
|
|
FontOverrideSource="ms-appx:///FrontendPlatformUno/Styles/MaterialFontsOverride.xaml" />
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
<!-- Add resources here -->
|
|
|
|
</ResourceDictionary>
|