|
15 | 15 | <Thickness x:Key="TextControlBorderThemeThickness">1</Thickness> |
16 | 16 | <Thickness x:Key="TextControlBorderThemeThicknessFocused">1,1,1,2</Thickness> |
17 | 17 | <Thickness x:Key="TextControlThemePadding">10,6,6,5</Thickness> |
| 18 | + <SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="{StaticResource SolidBackgroundFillColorBase}" /> |
| 19 | + <StaticResource x:Key="DefaultTextForegroundThemeBrush" ResourceKey="TextFillColorPrimaryBrush" /> |
18 | 20 | </ResourceDictionary> |
19 | 21 |
|
20 | 22 | <ResourceDictionary x:Key="Light"> |
|
25 | 27 | <Thickness x:Key="TextControlBorderThemeThickness">1</Thickness> |
26 | 28 | <Thickness x:Key="TextControlBorderThemeThicknessFocused">1,1,1,2</Thickness> |
27 | 29 | <Thickness x:Key="TextControlThemePadding">10,6,6,5</Thickness> |
| 30 | + <SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="{StaticResource SolidBackgroundFillColorBase}" /> |
| 31 | + <StaticResource x:Key="DefaultTextForegroundThemeBrush" ResourceKey="TextFillColorPrimaryBrush" /> |
28 | 32 | </ResourceDictionary> |
29 | 33 |
|
30 | 34 | <ResourceDictionary x:Key="HighContrast"> |
|
35 | 39 | <Thickness x:Key="TextControlBorderThemeThickness">1</Thickness> |
36 | 40 | <Thickness x:Key="TextControlBorderThemeThicknessFocused">2</Thickness> |
37 | 41 | <Thickness x:Key="TextControlThemePadding">10,6,6,5</Thickness> |
| 42 | + <SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="{ThemeResource SystemColorWindowColor}" /> |
| 43 | + <StaticResource x:Key="DefaultTextForegroundThemeBrush" ResourceKey="TextFillColorPrimaryBrush" /> |
38 | 44 | </ResourceDictionary> |
39 | 45 | </ResourceDictionary.ThemeDictionaries> |
40 | 46 |
|
|
0 commit comments