Skip to content

Commit 4e743a5

Browse files
marcelwgnYulia Klein
andauthored
Switch to new focus brushes (#4564)
* 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]>
1 parent 79294bb commit 4e743a5

File tree

61 files changed

+18202
-18136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+18202
-18136
lines changed

dev/CommonStyles/Common_themeresources.xaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<Thickness x:Key="TextControlThemePadding">10,5,6,6</Thickness>
1919
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="{StaticResource SolidBackgroundFillColorBase}" />
2020
<StaticResource x:Key="DefaultTextForegroundThemeBrush" ResourceKey="TextFillColorPrimaryBrush" />
21+
<SolidColorBrush x:Key="SystemControlFocusVisualPrimaryBrush" Color="{StaticResource FocusStrokeColorOuter}"/>
22+
<SolidColorBrush x:Key="SystemControlFocusVisualSecondaryBrush" Color="{StaticResource FocusStrokeColorInner}"/>
2123
</ResourceDictionary>
2224

2325
<ResourceDictionary x:Key="Light">
@@ -30,6 +32,8 @@
3032
<Thickness x:Key="TextControlThemePadding">10,5,6,6</Thickness>
3133
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="{StaticResource SolidBackgroundFillColorBase}" />
3234
<StaticResource x:Key="DefaultTextForegroundThemeBrush" ResourceKey="TextFillColorPrimaryBrush" />
35+
<SolidColorBrush x:Key="SystemControlFocusVisualPrimaryBrush" Color="{StaticResource FocusStrokeColorOuter}"/>
36+
<SolidColorBrush x:Key="SystemControlFocusVisualSecondaryBrush" Color="{StaticResource FocusStrokeColorInner}"/>
3337
</ResourceDictionary>
3438

3539
<ResourceDictionary x:Key="HighContrast">
@@ -42,6 +46,8 @@
4246
<Thickness x:Key="TextControlThemePadding">10,5,6,6</Thickness>
4347
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="{ThemeResource SystemColorWindowColor}" />
4448
<StaticResource x:Key="DefaultTextForegroundThemeBrush" ResourceKey="TextFillColorPrimaryBrush" />
49+
<SolidColorBrush x:Key="SystemControlFocusVisualPrimaryBrush" Color="{StaticResource SystemColorWindowTextColor }"/>
50+
<SolidColorBrush x:Key="SystemControlFocusVisualSecondaryBrush" Color="{StaticResource SystemColorWindowColor}"/>
4551
</ResourceDictionary>
4652
</ResourceDictionary.ThemeDictionaries>
4753

0 commit comments

Comments
 (0)