Skip to content

Commit

Permalink
Properly run in high contrast mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ProJend committed Apr 11, 2023
1 parent d49ffd7 commit 90da1cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions TrueLove.UWP/Template/Colors.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@
TintOpacity=".3" />
</ResourceDictionary>
<ResourceDictionary x:Key="HighContrast">
<Color x:Key="SystemAccentColor">#1AEBFF</Color>
<Color x:Key="PageBackgroundColor">Black</Color>
<SolidColorBrush x:Key="NavigationViewDefaultPaneBackground" Color="Black" />
<SolidColorBrush x:Key="NavigationViewTopPaneBackground" Color="Black" />
<SolidColorBrush x:Key="NavigationViewTopPaneBackground" Color="Transparent" />
<SolidColorBrush x:Key="NavigationViewExpandedPaneBackground" Color="Black" />
<SolidColorBrush x:Key="SolidBlackBlurBrush" Color="Black" />
<SolidColorBrush x:Key="TranslucentBlurBrush" Color="DarkGray" />
</ResourceDictionary>
</ResourceDictionary.ThemeDictionaries>
</ResourceDictionary>

0 comments on commit 90da1cd

Please sign in to comment.