<Window.Styles> <StyleInclude Source="myStyles/myUIStyles.axaml"></StyleInclude> </Window.Styles>
myUIStyles.axaml
<Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Style Selector="Label.h1"> <Setter Property="FontSize" Value="24"></Setter> <Setter Property="FontWeight" Value="Bold"></Setter> <Setter Property="Foreground" Value="#444444"></Setter> </Style></Styles>