Skip to content

Commit

Permalink
Switch to new focus brushes (#4564)
Browse files Browse the repository at this point in the history
* Update brushes

* Update dev/CommonStyles/Common_themeresources_any.xaml

Co-authored-by: Yulia Klein <[email protected]>

* Update dev/CommonStyles/Common_themeresources_any.xaml

Co-authored-by: Yulia Klein <[email protected]>

* Move to version 2 file

* Remove whitespace change

* Update verif files

* Add verif files

Co-authored-by: Yulia Klein <[email protected]>
  • Loading branch information
marcelwgn and Yulia Klein authored Mar 25, 2021
1 parent 79294bb commit 4e743a5
Show file tree
Hide file tree
Showing 61 changed files with 18,202 additions and 18,136 deletions.
6 changes: 6 additions & 0 deletions dev/CommonStyles/Common_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<Thickness x:Key="TextControlThemePadding">10,5,6,6</Thickness>
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="{StaticResource SolidBackgroundFillColorBase}" />
<StaticResource x:Key="DefaultTextForegroundThemeBrush" ResourceKey="TextFillColorPrimaryBrush" />
<SolidColorBrush x:Key="SystemControlFocusVisualPrimaryBrush" Color="{StaticResource FocusStrokeColorOuter}"/>
<SolidColorBrush x:Key="SystemControlFocusVisualSecondaryBrush" Color="{StaticResource FocusStrokeColorInner}"/>
</ResourceDictionary>

<ResourceDictionary x:Key="Light">
Expand All @@ -30,6 +32,8 @@
<Thickness x:Key="TextControlThemePadding">10,5,6,6</Thickness>
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="{StaticResource SolidBackgroundFillColorBase}" />
<StaticResource x:Key="DefaultTextForegroundThemeBrush" ResourceKey="TextFillColorPrimaryBrush" />
<SolidColorBrush x:Key="SystemControlFocusVisualPrimaryBrush" Color="{StaticResource FocusStrokeColorOuter}"/>
<SolidColorBrush x:Key="SystemControlFocusVisualSecondaryBrush" Color="{StaticResource FocusStrokeColorInner}"/>
</ResourceDictionary>

<ResourceDictionary x:Key="HighContrast">
Expand All @@ -42,6 +46,8 @@
<Thickness x:Key="TextControlThemePadding">10,5,6,6</Thickness>
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="{ThemeResource SystemColorWindowColor}" />
<StaticResource x:Key="DefaultTextForegroundThemeBrush" ResourceKey="TextFillColorPrimaryBrush" />
<SolidColorBrush x:Key="SystemControlFocusVisualPrimaryBrush" Color="{StaticResource SystemColorWindowTextColor }"/>
<SolidColorBrush x:Key="SystemControlFocusVisualSecondaryBrush" Color="{StaticResource SystemColorWindowColor}"/>
</ResourceDictionary>
</ResourceDictionary.ThemeDictionaries>

Expand Down
Loading

0 comments on commit 4e743a5

Please sign in to comment.