File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 39
39
VirtualizingPanel.IsVirtualizing=" True"
40
40
VirtualizingPanel.VirtualizationMode=" Recycling"
41
41
BorderThickness =" 0"
42
+ Background =" {DynamicResource Theme_ToolWindowBackground}"
42
43
local:ScrollViewerHelper.ShiftWheelScrollsHorizontally=" True" />
43
44
<ScrollViewer x : Name =" watermarkScrollViewer"
44
45
HorizontalScrollBarVisibility =" Disabled"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public static bool UseAdonisDarkTheme
79
79
80
80
public static void UpdateTheme ( )
81
81
{
82
- var buttonStaticBackground = "#FFDDDDDD " ;
82
+ var buttonStaticBackground = "#FFF0F0F0 " ;
83
83
var buttonStaticBorder = "#FF707070" ;
84
84
var buttonMouseOverBackground = "#FFBEE6FD" ;
85
85
var buttonMouseOverBorder = "#FF3C7FB1" ;
@@ -178,7 +178,7 @@ public static void UpdateTheme()
178
178
179
179
SetResource ( "Theme_Background" , LighterBackgroundBrush ) ;
180
180
SetResource ( "Theme_WhiteBackground" , BackgroundBrush ) ;
181
- SetResource ( "Theme_ToolWindowBackground" , LighterBackgroundBrush ) ;
181
+ SetResource ( "Theme_ToolWindowBackground" , BackgroundBrush ) ;
182
182
SetResource ( "Theme_InfoBarBackground" , GetBrush ( "#202040" ) ) ;
183
183
184
184
UseAdonisDarkTheme = false ;
You can’t perform that action at this time.
0 commit comments