Browse Source

Fixed hover close button color

flabbet 4 years ago
parent
commit
30a62f223b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      PixiEditor/Styles/AvalonDock/DarkBrushes.xaml

+ 4 - 4
PixiEditor/Styles/AvalonDock/DarkBrushes.xaml

@@ -196,12 +196,12 @@
 	<SolidColorBrush
 		x:Key="{x:Static reskeys:ResourceKeys.DocumentWellTabButtonUnselectedTabHoveredButtonHoveredBackground}"
 		options:Freeze="true"
-		Color="#52B0EF" />
+		Color="#555555" />
 	<!--  AccentColor  -->
 	<SolidColorBrush
 		x:Key="{x:Static reskeys:ResourceKeys.DocumentWellTabButtonUnselectedTabHoveredButtonHoveredBorder}"
 		options:Freeze="true"
-		Color="#52B0EF" />
+		Color="#555555" />
 	<SolidColorBrush
 		x:Key="{x:Static reskeys:ResourceKeys.DocumentWellTabButtonUnselectedTabHoveredButtonHoveredGlyph}"
 		options:Freeze="true"
@@ -210,12 +210,12 @@
 	<SolidColorBrush
 		x:Key="{x:Static reskeys:ResourceKeys.DocumentWellTabButtonUnselectedTabHoveredButtonPressedBackground}"
 		options:Freeze="true"
-		Color="#0E6198" />
+		Color="Black" />
 	<!--  AccentColor  -->
 	<SolidColorBrush
 		x:Key="{x:Static reskeys:ResourceKeys.DocumentWellTabButtonUnselectedTabHoveredButtonPressedBorder}"
 		options:Freeze="true"
-		Color="#0E6198" />
+		Color="Black" />
 	<SolidColorBrush
 		x:Key="{x:Static reskeys:ResourceKeys.DocumentWellTabButtonUnselectedTabHoveredButtonPressedGlyph}"
 		options:Freeze="true"