19 lines
711 B
Text
19 lines
711 B
Text
|
|
<Application xmlns="https://github.com/avaloniaui"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
x:Class="LANCommander.Packager.App"
|
||
|
|
RequestedThemeVariant="Dark">
|
||
|
|
|
||
|
|
<Application.Styles>
|
||
|
|
<FluentTheme />
|
||
|
|
<StyleInclude Source="avares://LANCommander.Packager/Theme/Packager.axaml" />
|
||
|
|
</Application.Styles>
|
||
|
|
|
||
|
|
<Application.Resources>
|
||
|
|
<ResourceDictionary>
|
||
|
|
<ResourceDictionary.MergedDictionaries>
|
||
|
|
<ResourceInclude Source="avares://LANCommander.Packager/Theme/ColorPalette.axaml" />
|
||
|
|
</ResourceDictionary.MergedDictionaries>
|
||
|
|
</ResourceDictionary>
|
||
|
|
</Application.Resources>
|
||
|
|
</Application>
|