2025-08-20 12:10:13 +08:00
|
|
|
<Application
|
|
|
|
|
StartupUri="MainWindow.xaml"
|
2025-08-20 12:10:35 +08:00
|
|
|
x:Class="NeoUITest.App"
|
2025-08-20 12:10:13 +08:00
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:enu="https://github.com/ShrlAlgo/LucentUI"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
|
<Application.Resources>
|
|
|
|
|
<ResourceDictionary>
|
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
|
<!-- <enu:ThemesDictionary Theme="Dark" /> -->
|
|
|
|
|
<!-- <enu:ControlsDictionary /> -->
|
2025-08-20 12:10:35 +08:00
|
|
|
|
|
|
|
|
<ResourceDictionary Source="pack://application:,,,/NeoUI;component/Themes/ColorPalette/LightBlue.xaml"/>
|
2025-08-20 12:10:13 +08:00
|
|
|
<ResourceDictionary Source="pack://application:,,,/NeoUI;component/Themes/Light.xaml" />
|
|
|
|
|
<ResourceDictionary Source="pack://application:,,,/NeoUI;component/Themes/Styles.xaml" />
|
2025-08-20 12:10:35 +08:00
|
|
|
<!--<ResourceDictionary Source="pack://application:,,,/NeoUI;component/Themes/ColorPalette/DarkBlue.xaml"/>
|
|
|
|
|
<ResourceDictionary Source="pack://application:,,,/NeuWPF;component/Themes/Dark.xaml" />-->
|
|
|
|
|
<!--<ResourceDictionary Source="pack://application:,,,/NeoUITest;component/LocalResources.xaml" />-->
|
2025-08-20 12:10:13 +08:00
|
|
|
|
|
|
|
|
<!-- <ResourceDictionary Source="pack://application:,,,/LucentUI;component/Themes/Extra.xaml" /> -->
|
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
|
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|
|
|
|
|
|
</Application.Resources>
|
|
|
|
|
</Application>
|