mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Rename AppControlHighlightAltListAccentHighRevealBackgroundBrush in AppControlBackgroundListAccentHighRevealBackgroundBrush
This commit is contained in:
parent
e00c51fddf
commit
850af6d86a
1 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@
|
||||||
FallbackColor="{ThemeResource SystemAccentColor}"
|
FallbackColor="{ThemeResource SystemAccentColor}"
|
||||||
TargetTheme="Dark"
|
TargetTheme="Dark"
|
||||||
Color="{ThemeResource SystemAccentColor}"/>
|
Color="{ThemeResource SystemAccentColor}"/>
|
||||||
<RevealBackgroundBrush x:Key="AppControlHighlightAltListAccentHighRevealBackgroundBrush"
|
<RevealBackgroundBrush x:Key="AppControlBackgroundListAccentHighRevealBackgroundBrush"
|
||||||
FallbackColor="{ThemeResource SystemAccentColorDark3}"
|
FallbackColor="{ThemeResource SystemAccentColorDark3}"
|
||||||
TargetTheme="Dark"
|
TargetTheme="Dark"
|
||||||
Color="{ThemeResource SystemAccentColorDark3}"/>
|
Color="{ThemeResource SystemAccentColorDark3}"/>
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
FallbackColor="{ThemeResource SystemAccentColor}"
|
FallbackColor="{ThemeResource SystemAccentColor}"
|
||||||
TargetTheme="Light"
|
TargetTheme="Light"
|
||||||
Color="{ThemeResource SystemAccentColor}"/>
|
Color="{ThemeResource SystemAccentColor}"/>
|
||||||
<RevealBackgroundBrush x:Key="AppControlHighlightAltListAccentHighRevealBackgroundBrush"
|
<RevealBackgroundBrush x:Key="AppControlBackgroundListAccentHighRevealBackgroundBrush"
|
||||||
FallbackColor="{ThemeResource SystemAccentColorLight3}"
|
FallbackColor="{ThemeResource SystemAccentColorLight3}"
|
||||||
TargetTheme="Light"
|
TargetTheme="Light"
|
||||||
Color="{ThemeResource SystemAccentColorLight3}"/>
|
Color="{ThemeResource SystemAccentColorLight3}"/>
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
<SolidColorBrush x:Key="AppControlPageTextRedColorBrush" Color="{ThemeResource SystemColorWindowTextColor}"/>
|
<SolidColorBrush x:Key="AppControlPageTextRedColorBrush" Color="{ThemeResource SystemColorWindowTextColor}"/>
|
||||||
<SolidColorBrush x:Key="AppControlForegroundTransparentRevealBorderBrush" Color="{ThemeResource SystemColorButtonTextColor}"/>
|
<SolidColorBrush x:Key="AppControlForegroundTransparentRevealBorderBrush" Color="{ThemeResource SystemColorButtonTextColor}"/>
|
||||||
<SolidColorBrush x:Key="AppControlHighlightAccentRevealBackgroundBrush" Color="{ThemeResource SystemColorHighlightColor}"/>
|
<SolidColorBrush x:Key="AppControlHighlightAccentRevealBackgroundBrush" Color="{ThemeResource SystemColorHighlightColor}"/>
|
||||||
<SolidColorBrush x:Key="AppControlHighlightAltListAccentHighRevealBackgroundBrush" Color="{ThemeResource SystemColorButtonFaceColor}"/>
|
<SolidColorBrush x:Key="AppControlBackgroundListAccentHighRevealBackgroundBrush" Color="{ThemeResource SystemColorButtonFaceColor}"/>
|
||||||
<SolidColorBrush x:Key="AppControlListLowRevealHighlightBrush" Color="{ThemeResource SystemColorHighlightColor}"/>
|
<SolidColorBrush x:Key="AppControlListLowRevealHighlightBrush" Color="{ThemeResource SystemColorHighlightColor}"/>
|
||||||
<SolidColorBrush x:Key="AppChromeAcrylicHostBackdropMediumLowBrush" Color="{ThemeResource SystemColorWindowColor}"/>
|
<SolidColorBrush x:Key="AppChromeAcrylicHostBackdropMediumLowBrush" Color="{ThemeResource SystemColorWindowColor}"/>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
@ -337,7 +337,7 @@
|
||||||
TargetType="Controls:CalculatorButton">
|
TargetType="Controls:CalculatorButton">
|
||||||
<Setter Property="HoverBackground" Value="{ThemeResource AppControlHighlightAccentRevealBackgroundBrush}"/>
|
<Setter Property="HoverBackground" Value="{ThemeResource AppControlHighlightAccentRevealBackgroundBrush}"/>
|
||||||
<Setter Property="HoverForeground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
<Setter Property="HoverForeground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
||||||
<Setter Property="PressBackground" Value="{ThemeResource AppControlHighlightAltListAccentHighRevealBackgroundBrush}"/>
|
<Setter Property="PressBackground" Value="{ThemeResource AppControlBackgroundListAccentHighRevealBackgroundBrush}"/>
|
||||||
<Setter Property="PressForeground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
<Setter Property="PressForeground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
|
@ -710,7 +710,7 @@
|
||||||
<VisualState x:Name="Pressed">
|
<VisualState x:Name="Pressed">
|
||||||
<VisualState.Setters>
|
<VisualState.Setters>
|
||||||
<Setter Target="RootGrid.(RevealBrush.State)" Value="Pressed"/>
|
<Setter Target="RootGrid.(RevealBrush.State)" Value="Pressed"/>
|
||||||
<Setter Target="RootGrid.Background" Value="{ThemeResource AppControlHighlightAltListAccentHighRevealBackgroundBrush}"/>
|
<Setter Target="RootGrid.Background" Value="{ThemeResource AppControlBackgroundListAccentHighRevealBackgroundBrush}"/>
|
||||||
<Setter Target="ContentPresenter.Foreground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
<Setter Target="ContentPresenter.Foreground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
||||||
</VisualState.Setters>
|
</VisualState.Setters>
|
||||||
</VisualState>
|
</VisualState>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue