mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'DarkMode' of github.com:onesounds/Flow.Launcher into DarkMode
This commit is contained in:
commit
3e25f35548
2 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,10 @@
|
|||
xmlns:ui="http://schemas.modernwpf.com/2019">
|
||||
|
||||
|
||||
<Style TargetType="{x:Type TextBlock}">
|
||||
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
|
||||
</Style>
|
||||
|
||||
<!-- Popup Color -->
|
||||
<Style x:Key="PageBackgroundColor" TargetType="{x:Type Window}">
|
||||
<Setter Property="Background" Value="{DynamicResource Color05B}" />
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
<TextBox
|
||||
x:Name="BrowserPathBox"
|
||||
Width="240"
|
||||
Height="30"
|
||||
Height="34"
|
||||
Margin="10"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
|
|
|
|||
Loading…
Reference in a new issue