This commit is contained in:
Max Katz 2024-01-08 03:08:00 -08:00
Родитель af6b254f4c
Коммит 1078eb3ba1
1 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -22,13 +22,10 @@ Then, reference the preffered theme from your `App.xaml` file:
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="YourNamespace.App">
<Application.Styles>
<!-- The line below is the only thing you need to get started.
Tested with Avalonia 0.9.0 only, although not with all controls. -->
<SimpleTheme />
<StyleInclude Source="avares://Citrus.Avalonia/Citrus.xaml"/>
<!-- To use other themes:
1. Comment out *all* of the <StyleInclude /> lines.
2. Uncomment *one* of the <StyleInclude /> lines below. -->
<!-- To use other themes: -->
<!-- <StyleInclude Source="avares://Citrus.Avalonia/Sea.xaml"/> -->
<!-- <StyleInclude Source="avares://Citrus.Avalonia/Rust.xaml"/> -->
<!-- <StyleInclude Source="avares://Citrus.Avalonia/Candy.xaml"/> -->