11 строки
584 B
XML
11 строки
584 B
XML
<!-- Copyright (c) Wiesław Šoltés. All rights reserved. -->
|
|
<!-- Licensed under the MIT license. See LICENSE file in the project root for full license information. -->
|
|
<Application x:Class="ColorBlenderAvalonia.App"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Application.Styles>
|
|
<StyleInclude Source="avares://Avalonia.Themes.Fluent/FluentLight.xaml" />
|
|
<StyleInclude Source="avares://Avalonia.Themes.Fluent/DensityStyles/Compact.xaml" />
|
|
</Application.Styles>
|
|
</Application>
|