Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara authored Jul 9, 2022
1 parent 5331db1 commit 0101295
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ModernWpf/ThemeResources/Dark.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -941,9 +941,9 @@
<m:StaticResource x:Key="ListBoxItemForegroundDisabled" ResourceKey="TextFillColorDisabledBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundPointerOver" ResourceKey="GhostFillColorSecondaryBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundPressed" ResourceKey="GhostFillColorTertiaryBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelected" ResourceKey="GhostFillColorSecondaryBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelectedPointerOver" ResourceKey="GhostFillColorTertiaryBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelectedPressed" ResourceKey="GhostFillColorSecondaryBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelected" ResourceKey="SystemControlHighlightListAccentLowBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelectedPointerOver" ResourceKey="SystemControlHighlightListAccentMediumBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelectedPressed" ResourceKey="SystemControlHighlightListAccentHighBrush" />

<!-- Resources for ListViewHeaderItem -->
<sys:Double x:Key="ListViewHeaderItemMinHeight">44</sys:Double>
Expand Down
6 changes: 3 additions & 3 deletions ModernWpf/ThemeResources/Light.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -941,9 +941,9 @@
<m:StaticResource x:Key="ListBoxItemForegroundDisabled" ResourceKey="TextFillColorDisabledBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundPointerOver" ResourceKey="GhostFillColorSecondaryBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundPressed" ResourceKey="GhostFillColorTertiaryBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelected" ResourceKey="GhostFillColorSecondaryBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelectedPointerOver" ResourceKey="GhostFillColorTertiaryBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelectedPressed" ResourceKey="GhostFillColorSecondaryBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelected" ResourceKey="SystemControlHighlightListAccentLowBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelectedPointerOver" ResourceKey="SystemControlHighlightListAccentMediumBrush" />
<m:StaticResource x:Key="ListBoxItemBackgroundSelectedPressed" ResourceKey="SystemControlHighlightListAccentHighBrush" />

<!-- Resources for ListViewHeaderItem -->
<sys:Double x:Key="ListViewHeaderItemMinHeight">44</sys:Double>
Expand Down

0 comments on commit 0101295

Please sign in to comment.