26 lines
1.3 KiB
XML
26 lines
1.3 KiB
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="gregExtractor.GUI.App">
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceInclude Source="avares://gregExtractor/GUI/Styles/GregColors.axaml" />
|
|
</ResourceDictionary.MergedDictionaries>
|
|
</ResourceDictionary>
|
|
</Application.Resources>
|
|
|
|
<Application.Styles>
|
|
<FluentTheme />
|
|
<StyleInclude Source="avares://gregExtractor/GUI/Styles/GregAnimations.axaml" />
|
|
<StyleInclude Source="avares://gregExtractor/GUI/Styles/GregStyles.axaml" />
|
|
<StyleInclude Source="avares://gregExtractor/GUI/Controls/GregButton.axaml" />
|
|
<StyleInclude Source="avares://gregExtractor/GUI/Controls/GregInput.axaml" />
|
|
<StyleInclude Source="avares://gregExtractor/GUI/Controls/GregCard.axaml" />
|
|
<StyleInclude Source="avares://gregExtractor/GUI/Controls/GregProgressBar.axaml" />
|
|
<StyleInclude Source="avares://gregExtractor/GUI/Controls/StatusBadge.axaml" />
|
|
<StyleInclude Source="avares://gregExtractor/GUI/Controls/GregTag.axaml" />
|
|
<StyleInclude Source="avares://gregExtractor/GUI/Controls/NavItem.axaml" />
|
|
<StyleInclude Source="avares://gregExtractor/GUI/Controls/StatCard.axaml" />
|
|
</Application.Styles>
|
|
</Application>
|