[FanzyZones] Common ThemeManager (#9576)

* common ThemeManager in FancyZones editor

* fix high contrast theme
This commit is contained in:
Davide Giacometti
2021-02-10 14:10:42 +01:00
committed by GitHub
parent d2902440d2
commit ec6b9acad9
12 changed files with 10 additions and 234 deletions

View File

@@ -12,7 +12,6 @@
<system:String x:Key="Theme.BaseColorScheme">HighContrast</system:String>
<system:String x:Key="Theme.ColorScheme">Accent2</system:String>
<Color x:Key="Theme.PrimaryAccentColor">White</Color>
<system:Boolean x:Key="Theme.IsHighContrast">True</system:Boolean>
<Color x:Key="SystemBaseMediumLowColor">#ffff00</Color>
<SolidColorBrush x:Key="SystemChromeLow" Color="Black" options:Freeze="True" />