|
33 | 33 | <!-- Background Brushes -->
|
34 | 34 | <SolidColorBrush x:Key="SystemControlBackgroundBaseLowRevealBackgroundBrush" Color="{StaticResource SystemBaseLowColor}" />
|
35 | 35 | <SolidColorBrush x:Key="SystemControlTransparentRevealBackgroundBrush" Color="Transparent" />
|
| 36 | + <SolidColorBrush x:Key="SystemControlBackgroundAltHighRevealBackgroundBrush" Color="{StaticResource SystemAltHighColor}" /> |
36 | 37 | <SolidColorBrush x:Key="SystemControlHighlightAccentRevealBackgroundBrush" Color="{ThemeResource SystemAccentColor}" />
|
37 | 38 | <SolidColorBrush x:Key="SystemControlHighlightAccent3RevealBackgroundBrush" Color="{ThemeResource SystemAccentColor}" Opacity="0.6" />
|
38 | 39 | <SolidColorBrush x:Key="SystemControlHighlightAccent2RevealBackgroundBrush" Color="{ThemeResource SystemAccentColor}" Opacity="0.8" />
|
|
87 | 88 | <Thickness x:Key="ComboBoxItemRevealThemePadding">11,5,11,7</Thickness>
|
88 | 89 | <Thickness x:Key="ComboBoxItemRevealThemeTouchPadding">11,11,11,13</Thickness>
|
89 | 90 | <Thickness x:Key="ComboBoxItemRevealThemeGameControllerPadding">11,11,11,13</Thickness>
|
90 |
| - |
| 91 | + |
| 92 | + <StaticResource x:Key="CalendarViewCalendarItemRevealBackground" ResourceKey="SystemControlBackgroundAltHighRevealBackgroundBrush" /> |
| 93 | + |
91 | 94 | <!-- Resources for Windows.UI.Xaml.Controls.Button -->
|
92 | 95 | <StaticResource x:Key="ButtonRevealBackground" ResourceKey="SystemControlBackgroundBaseLowRevealBackgroundBrush" />
|
93 | 96 | <StaticResource x:Key="ButtonRevealBackgroundPointerOver" ResourceKey="SystemControlBackgroundBaseLowRevealBackgroundBrush" />
|
|
234 | 237 | <!-- Background Brushes -->
|
235 | 238 | <SolidColorBrush x:Key="SystemControlBackgroundBaseLowRevealBackgroundBrush" Color="{StaticResource SystemBaseLowColor}" />
|
236 | 239 | <SolidColorBrush x:Key="SystemControlTransparentRevealBackgroundBrush" Color="Transparent" />
|
| 240 | + <SolidColorBrush x:Key="SystemControlBackgroundAltHighRevealBackgroundBrush" Color="{ThemeResource SystemColorButtonFaceColor}" /> |
237 | 241 | <SolidColorBrush x:Key="SystemControlHighlightAccentRevealBackgroundBrush" Color="{ThemeResource SystemAccentColor}" />
|
238 | 242 | <SolidColorBrush x:Key="SystemControlHighlightAccent3RevealBackgroundBrush" Color="{ThemeResource SystemAccentColor}" Opacity="0.6" />
|
239 | 243 | <SolidColorBrush x:Key="SystemControlHighlightAccent2RevealBackgroundBrush" Color="{ThemeResource SystemAccentColor}" Opacity="0.8" />
|
|
288 | 292 | <Thickness x:Key="ComboBoxItemRevealThemePadding">11,5,11,7</Thickness>
|
289 | 293 | <Thickness x:Key="ComboBoxItemRevealThemeTouchPadding">11,11,11,13</Thickness>
|
290 | 294 | <Thickness x:Key="ComboBoxItemRevealThemeGameControllerPadding">11,11,11,13</Thickness>
|
291 |
| - |
| 295 | + |
| 296 | + <StaticResource x:Key="CalendarViewCalendarItemRevealBackground" ResourceKey="SystemControlBackgroundAltHighRevealBackgroundBrush" /> |
| 297 | + |
292 | 298 | <!-- Resources for Windows.UI.Xaml.Controls.Button -->
|
293 | 299 | <StaticResource x:Key="ButtonRevealBackground" ResourceKey="SystemControlBackgroundBaseLowRevealBackgroundBrush" />
|
294 | 300 | <StaticResource x:Key="ButtonRevealBackgroundPointerOver" ResourceKey="SystemControlBackgroundBaseLowRevealBackgroundBrush" />
|
|
435 | 441 | <!-- Background Brushes -->
|
436 | 442 | <SolidColorBrush x:Key="SystemControlBackgroundBaseLowRevealBackgroundBrush" Color="{ThemeResource SystemColorButtonFaceColor}" />
|
437 | 443 | <SolidColorBrush x:Key="SystemControlTransparentRevealBackgroundBrush" Color="Transparent" />
|
| 444 | + <SolidColorBrush x:Key="SystemControlBackgroundAltHighRevealBackgroundBrush" Color="{StaticResource SystemAltHighColor}" /> |
438 | 445 | <SolidColorBrush x:Key="SystemControlHighlightAccentRevealBackgroundBrush" Color="{ThemeResource SystemColorHighlightColor}" />
|
439 | 446 | <SolidColorBrush x:Key="SystemControlHighlightAccent3RevealBackgroundBrush" Color="{ThemeResource SystemColorHighlightColor}" />
|
440 | 447 | <SolidColorBrush x:Key="SystemControlHighlightAccent2RevealBackgroundBrush" Color="{ThemeResource SystemColorHighlightColor}" />
|
|
489 | 496 | <Thickness x:Key="ComboBoxItemRevealThemePadding">11,5,11,7</Thickness>
|
490 | 497 | <Thickness x:Key="ComboBoxItemRevealThemeTouchPadding">11,11,11,13</Thickness>
|
491 | 498 | <Thickness x:Key="ComboBoxItemRevealThemeGameControllerPadding">11,11,11,13</Thickness>
|
492 |
| - |
| 499 | + |
| 500 | + <StaticResource x:Key="CalendarViewCalendarItemRevealBackground" ResourceKey="SystemControlBackgroundAltHighRevealBackgroundBrush" /> |
| 501 | + |
493 | 502 | <!-- Resources for Windows.UI.Xaml.Controls.Button -->
|
494 | 503 | <StaticResource x:Key="ButtonRevealBackground" ResourceKey="SystemControlBackgroundBaseLowRevealBackgroundBrush" />
|
495 | 504 | <StaticResource x:Key="ButtonRevealBackgroundPointerOver" ResourceKey="SystemControlBackgroundBaseLowRevealBackgroundBrush" />
|
|
0 commit comments