Skip to content

Instantly share code, notes, and snippets.

@davidortinau
Created December 22, 2020 23:04
<Color x:Key="NeutralDark">#605e5d</Color>
<Color x:Key="NeutralLighter">#f4f4f4</Color>
<Style TargetType="Page" ApplyToDerivedTypes="True">
<Setter Property="BackgroundColor"
Value="{AppThemeBinding Dark={StaticResource NeutralDark}, Light={StaticResource NeutralLighter}}"/>
</Style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment