We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6200cab commit 59266caCopy full SHA for 59266ca
ICSharpCode.AvalonEdit/CodeCompletion/CompletionList.xaml
@@ -37,7 +37,9 @@
37
<Setter.Value>
38
<ControlTemplate TargetType="{x:Type cc:CompletionList}">
39
<cc:CompletionListBox x:Name="PART_ListBox"
40
- ItemContainerStyle="{StaticResource CompletionListBoxItem}">
+ ItemContainerStyle="{StaticResource CompletionListBoxItem}"
41
+ Background="{TemplateBinding Background}"
42
+ TextBlock.Foreground="{TemplateBinding Foreground}">
43
<ItemsControl.ItemTemplate>
44
<DataTemplate>
45
<StackPanel Orientation="Horizontal">
0 commit comments