AvaloniaRider icon indicating copy to clipboard operation
AvaloniaRider copied to clipboard

[Feature Request] Dark / Light Theme switch

Open PerfectlyFineCode opened this issue 6 months ago • 0 comments

I would love a light / dark switch in the preview to switch between the themes instead of having to explicitly define the theme in design by:

<Design.DesignStyle>
    <Style Selector="Window">
        <Setter Property="RequestedThemeVariant" Value="Dark" />
    </Style>
</Design.DesignStyle>

Example of how it could look

demo

PerfectlyFineCode avatar Jul 27 '24 18:07 PerfectlyFineCode