|
25 | 25 | <SolidColorBrush x:Key="TextBoxDisabledBorderThemeBrush" Color="#66FFFFFF" />
|
26 | 26 | <SolidColorBrush x:Key="TextBoxDisabledForegroundThemeBrush" Color="#FF666666" />
|
27 | 27 | <SolidColorBrush x:Key="TextBoxForegroundThemeBrush" Color="#FF000000" />
|
28 |
| - <StaticResource x:Key="TextControlBackgroundFocused" ResourceKey="SystemAltHighColor" /> |
| 28 | + <StaticResource x:Key="TextControlBackgroundFocused" ResourceKey="SystemControlBackgroundAltHighBrush" /> |
29 | 29 | <StaticResource x:Key="TextControlBorderBrush" ResourceKey="SystemControlForegroundBaseMediumBrush" />
|
30 | 30 | <StaticResource x:Key="TextControlBorderBrushPointerOver" ResourceKey="SystemControlHighlightBaseMediumHighBrush" />
|
31 |
| - <StaticResource x:Key="TextControlButtonForeground" ResourceKey="SystemBaseHighColor" /> |
32 |
| - <StaticResource x:Key="TextControlForegroundFocused" ResourceKey="SystemBaseHighColor" /> |
| 31 | + <StaticResource x:Key="TextControlButtonForeground" ResourceKey="SystemControlForegroundBaseMediumHighBrush" /> |
| 32 | + <StaticResource x:Key="TextControlForegroundFocused" ResourceKey="SystemControlForegroundBaseHighBrush" /> |
| 33 | + <StaticResource x:Key="TextControlPlaceholderForegroundFocused" ResourceKey="SystemControlForegroundBaseMediumLowBrush" /> |
33 | 34 | </ResourceDictionary>
|
34 | 35 | <ResourceDictionary x:Key="HighContrast">
|
35 | 36 | <SolidColorBrush x:Key="TextBoxForegroundHeaderThemeBrush" Color="{ThemeResource SystemColorButtonFaceColor}" />
|
|
49 | 50 | <SolidColorBrush x:Key="TextBoxDisabledBorderThemeBrush" Color="{ThemeResource SystemColorGrayTextColor}" />
|
50 | 51 | <SolidColorBrush x:Key="TextBoxDisabledForegroundThemeBrush" Color="{ThemeResource SystemColorButtonTextColor}" />
|
51 | 52 | <SolidColorBrush x:Key="TextBoxForegroundThemeBrush" Color="{ThemeResource SystemColorButtonTextColor}" />
|
52 |
| - <StaticResource x:Key="TextControlBackgroundFocused" ResourceKey="SystemAltHighColor" /> |
| 53 | + <StaticResource x:Key="TextControlBackgroundFocused" ResourceKey="SystemControlBackgroundAltHighBrush" /> |
53 | 54 | <StaticResource x:Key="TextControlBorderBrush" ResourceKey="SystemControlForegroundBaseMediumBrush" />
|
54 | 55 | <StaticResource x:Key="TextControlBorderBrushPointerOver" ResourceKey="SystemControlHighlightBaseMediumHighBrush" />
|
55 |
| - <StaticResource x:Key="TextControlButtonForeground" ResourceKey="SystemBaseHighColor" /> |
56 |
| - <StaticResource x:Key="TextControlForegroundFocused" ResourceKey="SystemBaseHighColor" /> |
| 56 | + <StaticResource x:Key="TextControlButtonForeground" ResourceKey="SystemControlForegroundBaseMediumHighBrush" /> |
| 57 | + <StaticResource x:Key="TextControlForegroundFocused" ResourceKey="SystemControlForegroundBaseHighBrush" /> |
| 58 | + <StaticResource x:Key="TextControlPlaceholderForegroundFocused" ResourceKey="SystemControlForegroundBaseMediumLowBrush" /> |
57 | 59 | </ResourceDictionary>
|
58 | 60 | <ResourceDictionary x:Key="Light">
|
59 | 61 | <SolidColorBrush x:Key="TextBoxForegroundHeaderThemeBrush" Color="#FF000000" />
|
|
73 | 75 | <SolidColorBrush x:Key="TextBoxDisabledBorderThemeBrush" Color="#26000000" />
|
74 | 76 | <SolidColorBrush x:Key="TextBoxDisabledForegroundThemeBrush" Color="#FF666666" />
|
75 | 77 | <SolidColorBrush x:Key="TextBoxForegroundThemeBrush" Color="#FF000000" />
|
76 |
| - <StaticResource x:Key="TextControlBackgroundFocused" ResourceKey="SystemAltHighColor" /> |
| 78 | + <StaticResource x:Key="TextControlBackgroundFocused" ResourceKey="SystemControlBackgroundAltHighBrush" /> |
77 | 79 | <StaticResource x:Key="TextControlBorderBrush" ResourceKey="SystemControlForegroundBaseMediumBrush" />
|
78 | 80 | <StaticResource x:Key="TextControlBorderBrushPointerOver" ResourceKey="SystemControlHighlightBaseMediumHighBrush" />
|
79 |
| - <StaticResource x:Key="TextControlButtonForeground" ResourceKey="SystemBaseHighColor" /> |
80 |
| - <StaticResource x:Key="TextControlForegroundFocused" ResourceKey="SystemBaseHighColor" /> |
| 81 | + <StaticResource x:Key="TextControlButtonForeground" ResourceKey="SystemControlForegroundBaseMediumHighBrush" /> |
| 82 | + <StaticResource x:Key="TextControlForegroundFocused" ResourceKey="SystemControlForegroundBaseHighBrush" /> |
| 83 | + <StaticResource x:Key="TextControlPlaceholderForegroundFocused" ResourceKey="SystemControlForegroundBaseMediumLowBrush" /> |
81 | 84 | </ResourceDictionary>
|
82 | 85 | </ResourceDictionary.ThemeDictionaries>
|
83 | 86 |
|
|
0 commit comments