Skip to content

Commit b4f873d

Browse files
committed
Final touches to filters panel background tint
1 parent 33daad9 commit b4f873d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/UniGetUI/Pages/SoftwarePages/AbstractPackagesPage.xaml.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,19 +1010,19 @@ private void ShowFilteringPane()
10101010
{
10111011
SidePanel.Background = new AcrylicBrush()
10121012
{
1013-
TintColor = Color.FromArgb(255, 20, 20, 20),
1013+
TintColor = Color.FromArgb(0, 20, 20, 20),
10141014
TintOpacity = 0.4,
1015-
FallbackColor = Color.FromArgb(255, 20, 20, 20),
1015+
FallbackColor = Color.FromArgb(0, 20, 20, 20),
10161016
TintLuminosityOpacity = 0.8
10171017
};
10181018
}
10191019
else
10201020
{
10211021
SidePanel.Background = new AcrylicBrush()
10221022
{
1023-
TintColor = Color.FromArgb(255, 240, 240, 240),
1023+
TintColor = Color.FromArgb(0, 250, 250, 250),
10241024
TintOpacity = 0.4,
1025-
FallbackColor = Color.FromArgb(255, 240, 240, 240),
1025+
FallbackColor = Color.FromArgb(0, 250, 250, 250),
10261026
TintLuminosityOpacity = 0.8
10271027
};
10281028
}

0 commit comments

Comments
 (0)