2026-04-08 16:06:35 +02:00
|
|
|
<Application xmlns="https://github.com/avaloniaui"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
x:Class="NrxDebugVisualizer.App"
|
|
|
|
|
RequestedThemeVariant="Default">
|
|
|
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
2026-04-15 15:59:42 +02:00
|
|
|
|
2026-04-08 16:06:35 +02:00
|
|
|
<Application.Styles>
|
2026-04-15 15:59:42 +02:00
|
|
|
<SimpleTheme />
|
|
|
|
|
<DockSimpleTheme />
|
2026-04-08 16:06:35 +02:00
|
|
|
</Application.Styles>
|
|
|
|
|
</Application>
|