Skip to content

Commit ef71f6d

Browse files
committed
Fix Plugin List Color in Light Mode
1 parent 1b7c9d3 commit ef71f6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
</Style>
245245

246246
<Style x:Key="PluginList" TargetType="ListBoxItem">
247-
<Setter Property="Background" Value="{StaticResource Color02B}" />
247+
<Setter Property="Background" Value="{StaticResource Color00B}" />
248248
<Setter Property="Padding" Value="0,12,0,12" />
249249
<Setter Property="Margin" Value="0,0,18,5" />
250250
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
@@ -284,7 +284,7 @@
284284
<Condition Property="Selector.IsSelectionActive" Value="False" />
285285
<Condition Property="IsSelected" Value="True" />
286286
</MultiTrigger.Conditions>
287-
<Setter TargetName="Bd" Property="Background" Value="{StaticResource Color02B}" />
287+
<Setter TargetName="Bd" Property="Background" Value="{StaticResource Color00B}" />
288288
<Setter TargetName="Bd" Property="BorderBrush" Value="{StaticResource Color03B}" />
289289
<Setter TargetName="Bd" Property="Margin" Value="0,0,0,0" />
290290

@@ -295,7 +295,7 @@
295295
<Condition Property="Selector.IsSelectionActive" Value="True" />
296296
<Condition Property="IsSelected" Value="True" />
297297
</MultiTrigger.Conditions>
298-
<Setter TargetName="Bd" Property="Background" Value="{StaticResource Color02B}" />
298+
<Setter TargetName="Bd" Property="Background" Value="{StaticResource Color00B}" />
299299
<Setter TargetName="Bd" Property="BorderBrush" Value="{StaticResource Color03B}" />
300300
<Setter TargetName="Bd" Property="CornerRadius" Value="5" />
301301
<Setter TargetName="Bd" Property="Margin" Value="0,0,0,0" />

0 commit comments

Comments
 (0)