mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change Loading Icon / Rmove Opacity in Darker Theme
This commit is contained in:
parent
91a46f7cad
commit
e5a19cc9e0
2 changed files with 1 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 1.4 KiB |
|
|
@ -122,10 +122,9 @@
|
||||||
x:Key="SeparatorStyle"
|
x:Key="SeparatorStyle"
|
||||||
BasedOn="{StaticResource BaseSeparatorStyle}"
|
BasedOn="{StaticResource BaseSeparatorStyle}"
|
||||||
TargetType="{x:Type Rectangle}">
|
TargetType="{x:Type Rectangle}">
|
||||||
<Setter Property="Fill" Value="#787878" />
|
<Setter Property="Fill" Value="#474747" />
|
||||||
<Setter Property="Height" Value="1" />
|
<Setter Property="Height" Value="1" />
|
||||||
<Setter Property="Margin" Value="0,0,0,8" />
|
<Setter Property="Margin" Value="0,0,0,8" />
|
||||||
<Setter Property="Opacity" Value="0.3" />
|
|
||||||
</Style>
|
</Style>
|
||||||
<Style x:Key="ItemHotkeyStyle" TargetType="{x:Type TextBlock}">
|
<Style x:Key="ItemHotkeyStyle" TargetType="{x:Type TextBlock}">
|
||||||
<Setter Property="FontSize" Value="14" />
|
<Setter Property="FontSize" Value="14" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue