Skip to content

Commit d35c96d

Browse files
committed
Adjust Color
1 parent 8fa9897 commit d35c96d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Flow.Launcher/Resources/Dark.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<SolidColorBrush x:Key="QuerySelectionBrush" Color="#4a5459" />
1212
<SolidColorBrush x:Key="SubTitleForeground" Color="#7b7b7b" />
1313
<SolidColorBrush x:Key="SubTitleSelectedForeground" Color="#7b7b7b" />
14-
<SolidColorBrush x:Key="SearchIconForeground" Color="#14ffffff" />
14+
<SolidColorBrush x:Key="SearchIconForeground" Color="#4d4d4d" />
1515
<SolidColorBrush x:Key="SeparatorForeground" Color="#14ffffff" />
1616
<SolidColorBrush x:Key="ThumbColor" Color="#9a9a9a" />
1717
<SolidColorBrush x:Key="InlineHighlight" Color="#0078d7" />

Flow.Launcher/Resources/Light.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<SolidColorBrush x:Key="QuerySelectionBrush" Color="#0a68d8" />
1212
<SolidColorBrush x:Key="SubTitleForeground" Color="#818181" />
1313
<SolidColorBrush x:Key="SubTitleSelectedForeground" Color="#72767d" />
14-
<SolidColorBrush x:Key="SearchIconForeground" Color="#14000000" />
14+
<SolidColorBrush x:Key="SearchIconForeground" Color="#d3d3d3" />
1515
<SolidColorBrush x:Key="SeparatorForeground" Color="#14000000" />
1616
<SolidColorBrush x:Key="ThumbColor" Color="#868686" />
1717
<SolidColorBrush x:Key="InlineHighlight" Color="#0078d7" />
1818
<SolidColorBrush x:Key="HotkeyForeground" Color="#acacac" />
1919
<SolidColorBrush x:Key="HotkeySelectedForeground" Color="#acacac" />
20-
<SolidColorBrush x:Key="ClockDateForeground" Color="#bebebe" />
20+
<SolidColorBrush x:Key="ClockDateForeground" Color="#d3d3d3" />
2121
<Color x:Key="ItemSelectedBackgroundColorBrush">#198F8F8F</Color>
2222

2323
<SolidColorBrush x:Key="Color00B" Color="#fbfbfb" />

Flow.Launcher/Themes/Win10System.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@
175175
x:Key="ClockBox"
176176
BasedOn="{StaticResource BaseClockBox}"
177177
TargetType="{x:Type TextBlock}">
178-
<Setter Property="Foreground" Value="{DynamicResource HotkeyForeground}" />
178+
<Setter Property="Foreground" Value="{DynamicResource ClockDateForeground}" />
179179
</Style>
180180
<Style
181181
x:Key="DateBox"
182182
BasedOn="{StaticResource BaseDateBox}"
183183
TargetType="{x:Type TextBlock}">
184-
<Setter Property="Foreground" Value="{DynamicResource HotkeyForeground}" />
184+
<Setter Property="Foreground" Value="{DynamicResource ClockDateForeground}" />
185185
</Style>
186186
<Style
187187
x:Key="PreviewBorderStyle"

0 commit comments

Comments
 (0)