Skip to content

Commit e5a19cc

Browse files
committed
Change Loading Icon / Rmove Opacity in Darker Theme
1 parent 91a46f7 commit e5a19cc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Flow.Launcher/Images/loading.png

1.24 KB
Loading

Flow.Launcher/Themes/Darker Glass.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,9 @@
122122
x:Key="SeparatorStyle"
123123
BasedOn="{StaticResource BaseSeparatorStyle}"
124124
TargetType="{x:Type Rectangle}">
125-
<Setter Property="Fill" Value="#787878" />
125+
<Setter Property="Fill" Value="#474747" />
126126
<Setter Property="Height" Value="1" />
127127
<Setter Property="Margin" Value="0,0,0,8" />
128-
<Setter Property="Opacity" Value="0.3" />
129128
</Style>
130129
<Style x:Key="ItemHotkeyStyle" TargetType="{x:Type TextBlock}">
131130
<Setter Property="FontSize" Value="14" />

0 commit comments

Comments
 (0)