mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Changes the default theme resources to the light colors.
This commit is contained in:
parent
3942706639
commit
31e2e8e050
1 changed files with 5 additions and 10 deletions
|
@ -190,15 +190,10 @@
|
||||||
0
|
0
|
||||||
</x:Double>
|
</x:Double>
|
||||||
|
|
||||||
<Color x:Key="AltHighColor">
|
<Color x:Key="AltHighColor">#FFF2F2F2</Color>
|
||||||
#FF000000
|
<Color x:Key="ChromeMediumLowColor">#FFE0E0E0</Color>
|
||||||
</Color>
|
|
||||||
|
|
||||||
<Color x:Key="ChromeMediumLowColor">
|
<SolidColorBrush x:Key="SystemControlBackgroundAltHighBrush"
|
||||||
#FF2B2B2B
|
|
||||||
</Color>
|
|
||||||
|
|
||||||
<SolidColorBrush x:Key="SystemControlBackgroundAltHighBrush"
|
|
||||||
Color="{StaticResource AltHighColor}" />
|
Color="{StaticResource AltHighColor}" />
|
||||||
|
|
||||||
<SolidColorBrush x:Key="SystemControlBackgroundChromeMediumLowBrush"
|
<SolidColorBrush x:Key="SystemControlBackgroundChromeMediumLowBrush"
|
||||||
|
@ -223,13 +218,13 @@
|
||||||
Color="{StaticResource SystemBaseMediumHighColor}" />
|
Color="{StaticResource SystemBaseMediumHighColor}" />
|
||||||
|
|
||||||
<win:RevealBackgroundBrush x:Key="AppControlHoverButtonFaceBrush"
|
<win:RevealBackgroundBrush x:Key="AppControlHoverButtonFaceBrush"
|
||||||
Color="#18FFFFFF" />
|
Color="#17000000" />
|
||||||
|
|
||||||
<xamarin:SolidColorBrush x:Key="AppControlHoverButtonFaceBrush"
|
<xamarin:SolidColorBrush x:Key="AppControlHoverButtonFaceBrush"
|
||||||
Color="{ThemeResource SystemColorHighlightColor}" />
|
Color="{ThemeResource SystemColorHighlightColor}" />
|
||||||
|
|
||||||
<win:RevealBackgroundBrush x:Key="AppControlPressedButtonFaceBrush"
|
<win:RevealBackgroundBrush x:Key="AppControlPressedButtonFaceBrush"
|
||||||
Color="#30FFFFFF" />
|
Color="#30000000" />
|
||||||
|
|
||||||
<xamarin:SolidColorBrush x:Key="AppControlPressedButtonFaceBrush"
|
<xamarin:SolidColorBrush x:Key="AppControlPressedButtonFaceBrush"
|
||||||
Color="{ThemeResource SystemColorButtonFaceColor}" />
|
Color="{ThemeResource SystemColorButtonFaceColor}" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue