Skip to content

Commit 6ef7326

Browse files
committed
Added missing background brush.
1 parent 5c858da commit 6ef7326

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Rubberduck.Core/UI/CodeExplorer/CodeExplorerControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398

399399
<TreeView x:Name="ProjectTree"
400400
Grid.Row="2"
401-
Background="{StaticResource BackgroundLightBrush}"
401+
Background="{StaticResource BackgroundWhiteBrush}"
402402
HorizontalContentAlignment="Stretch"
403403
ItemsSource="{Binding Projects}"
404404
ItemContainerStyle="{StaticResource TreeViewContainerStyle}"

Rubberduck.Core/UI/Styles/LightBlueTheme.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@
3131
<Color x:Key="CaptionHyperlinkVisitedColor">#FFFF0000</Color>
3232
<Color x:Key="BackgroundDarkColor">#FFA9A9A9</Color>
3333
<Color x:Key="BackgroundLightColor">#FFF5F5F5</Color>
34+
<Color x:Key="BackgroundWhiteColor">#FFFFFFFF</Color>
3435
<Color x:Key="BackgroundSoftColor">#FFF8F8FF</Color>
3536
<Color x:Key="HeaderBackgroundDarkColor">#FFA9A9A9</Color>
3637
<Color x:Key="TabSelectionUnderlineColor">#FF0000FF</Color>
3738
<Color x:Key="GrayColor">#FF696969</Color>
38-
<Color x:Key="BlackColor">#FFFFFFFF</Color>
39-
<Color x:Key="WhiteColor">#FF000000</Color>
39+
<Color x:Key="BlackColor">#FFFFFFFF</Color> <!-- FIXME white is black... -->
40+
<Color x:Key="WhiteColor">#FF000000</Color> <!-- FIXME black is white... -->
4041
<Color x:Key="BusyIndicatorFillColor">#FF00569A</Color>
4142

4243
<Color x:Key="ToolBarButtonHoverColor">#210080FF</Color>

0 commit comments

Comments
 (0)