Skip to content

Commit

Permalink
Icons not visible on Visual Studio using "Blue" theme #48
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Nov 4, 2024
1 parent bd99ddb commit 17b17c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/NuGetMonitor/Resources/VSColorScheme.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@
<SolidColorBrush x:Key="{x:Static styles:ResourceKeys.DisabledBrush}"
Color="{DynamicResource {x:Static vsfx:VsColors.ComboBoxDisabledBackgroundKey}}" />

<SolidColorBrush x:Key="CommandBarToolBarBorderBrush"
Color="{DynamicResource {x:Static vsfx:VsColors.CommandBarToolBarBorderKey}}" />

</ResourceDictionary>
3 changes: 2 additions & 1 deletion src/NuGetMonitor/View/Monitor/NuGetMonitorControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
</UserControl.Resources>
<Grid FocusManager.FocusedElement="{Binding ElementName=DataGrid}">
<DockPanel>
<ToolBar DockPanel.Dock="Top" Style="{DynamicResource {x:Static styles:ResourceKeys.ToolBarStyle}}">
<ToolBar DockPanel.Dock="Top" Style="{DynamicResource {x:Static styles:ResourceKeys.ToolBarStyle}}"
Background="{StaticResource CommandBarToolBarBorderBrush}">
<Button Command="{Binding UpdateSelectedCommand}"
ToolTip="Update Selected Items">
<Grid Width="16" Height="16"
Expand Down

0 comments on commit 17b17c3

Please sign in to comment.