Skip to content

Commit

Permalink
Added missing background brush.
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Aug 17, 2020
1 parent 5c858da commit 6ef7326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rubberduck.Core/UI/CodeExplorer/CodeExplorerControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@

<TreeView x:Name="ProjectTree"
Grid.Row="2"
Background="{StaticResource BackgroundLightBrush}"
Background="{StaticResource BackgroundWhiteBrush}"
HorizontalContentAlignment="Stretch"
ItemsSource="{Binding Projects}"
ItemContainerStyle="{StaticResource TreeViewContainerStyle}"
Expand Down
5 changes: 3 additions & 2 deletions Rubberduck.Core/UI/Styles/LightBlueTheme.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@
<Color x:Key="CaptionHyperlinkVisitedColor">#FFFF0000</Color>
<Color x:Key="BackgroundDarkColor">#FFA9A9A9</Color>
<Color x:Key="BackgroundLightColor">#FFF5F5F5</Color>
<Color x:Key="BackgroundWhiteColor">#FFFFFFFF</Color>
<Color x:Key="BackgroundSoftColor">#FFF8F8FF</Color>
<Color x:Key="HeaderBackgroundDarkColor">#FFA9A9A9</Color>
<Color x:Key="TabSelectionUnderlineColor">#FF0000FF</Color>
<Color x:Key="GrayColor">#FF696969</Color>
<Color x:Key="BlackColor">#FFFFFFFF</Color>
<Color x:Key="WhiteColor">#FF000000</Color>
<Color x:Key="BlackColor">#FFFFFFFF</Color> <!-- FIXME white is black... -->
<Color x:Key="WhiteColor">#FF000000</Color> <!-- FIXME black is white... -->
<Color x:Key="BusyIndicatorFillColor">#FF00569A</Color>

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

0 comments on commit 6ef7326

Please sign in to comment.