Skip to content

Commit ad856a3

Browse files
yaira2lukeblevins
andauthored
Improved the coloring of the tabstrip and library cards (#2110)
Co-authored-by: Luke Blevins <[email protected]>
1 parent c3af626 commit ad856a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Files/ResourceDictionaries/TabView_themeresources.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555

5656
<ResourceDictionary x:Key="Dark">
5757
<StaticResource x:Key="TabViewBackground" ResourceKey="SystemControlBackgroundBaseLowBrush" />
58-
<Color x:Key="TabViewBackgroundFixed">#FF3B3A39</Color>
58+
<Color x:Key="TabViewBackgroundFixed">#161514</Color>
5959
<StaticResource x:Key="TabViewItemHeaderBackground" ResourceKey="SystemControlTransparentBrush" />
60-
<StaticResource x:Key="TabViewItemHeaderBackgroundSelected" ResourceKey="ApplicationPageBackgroundThemeBrush" />
60+
<Color x:Key="TabViewItemHeaderBackgroundSelected">#292827</Color>
6161
<StaticResource x:Key="TabViewItemHeaderBackgroundPointerOver" ResourceKey="SystemAltMediumLowColor" />
6262
<StaticResource x:Key="TabViewItemHeaderBackgroundPressed" ResourceKey="SystemAltMediumColor" />
6363
<StaticResource x:Key="TabViewItemHeaderBackgroundDisabled" ResourceKey="SystemControlTransparentBrush" />

Files/UserControls/Widgets/LibraryCards.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<SolidColorBrush x:Key="YourHomeCardBackgroundColor" Color="#f3f1ef" />
3636
</ResourceDictionary>
3737
<ResourceDictionary x:Name="Dark">
38-
<SolidColorBrush x:Key="YourHomeCardBackgroundColor" Color="Black" />
38+
<SolidColorBrush x:Key="YourHomeCardBackgroundColor" Color="#161514" />
3939
</ResourceDictionary>
4040
<ResourceDictionary x:Name="HighContrast">
4141
<SolidColorBrush x:Key="YourHomeCardBackgroundColor" Color="Black" />

0 commit comments

Comments
 (0)