App.axaml 395 B

1234567891011
  1. <Application xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. x:Class="YZWater.Avalonia.App"
  4. RequestedThemeVariant="Default">
  5. <!-- "Default" ThemeVariant follows system theme, "Light" or "Dark" are other options -->
  6. <Application.Styles>
  7. <FluentTheme />
  8. </Application.Styles>
  9. </Application>