Skip to content

Commit f32e2bc

Browse files
committed
Adjust System Themes Color
1 parent 3bcd269 commit f32e2bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Flow.Launcher/Resources/Dark.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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="#4d4d4d" />
15-
<SolidColorBrush x:Key="SeparatorForeground" Color="#4d4d4d" />
14+
<SolidColorBrush x:Key="SearchIconForeground" Color="#14ffffff" />
15+
<SolidColorBrush x:Key="SeparatorForeground" Color="#14ffffff" />
1616
<SolidColorBrush x:Key="ThumbColor" Color="#9a9a9a" />
1717
<SolidColorBrush x:Key="InlineHighlight" Color="#0078d7" />
1818
<SolidColorBrush x:Key="HotkeyForeground" Color="#7b7b7b" />

Flow.Launcher/Resources/Light.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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="#d3d3d3" />
15-
<SolidColorBrush x:Key="SeparatorForeground" Color="#eaeaea" />
14+
<SolidColorBrush x:Key="SearchIconForeground" Color="#14000000" />
15+
<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" />

0 commit comments

Comments
 (0)