Skip to content

Commit 1b8336b

Browse files
committed
Adjust Theme Color
1 parent 6264447 commit 1b8336b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Flow.Launcher/Resources/Light.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<SolidColorBrush x:Key="HotkeyForeground" Color="#51000000" />
1919
<SolidColorBrush x:Key="HotkeySelectedForeground" Color="#51000000" />
2020
<SolidColorBrush x:Key="ClockDateForeground" Color="#44000000" />
21-
<Color x:Key="ItemSelectedBackgroundColorBrush">#0C000000</Color>
21+
<Color x:Key="ItemSelectedBackgroundColorBrush">#7EFFFFFF</Color>
2222

23-
<SolidColorBrush x:Key="Color00B" Color="#fbfbfb" />
23+
<SolidColorBrush x:Key="Color00B" Color="#CEFAFAFA" />
2424
<SolidColorBrush x:Key="Color01B" Color="#f3f3f3" />
2525
<SolidColorBrush x:Key="Color02B" Color="#ffffff" />
2626
<SolidColorBrush x:Key="Color03B" Color="#e5e5e5" />

Flow.Launcher/Themes/Circle System.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</ResourceDictionary.MergedDictionaries>
1515
<system:Boolean x:Key="ThemeBlurEnabled">True</system:Boolean>
1616
<system:String x:Key="SystemBG">Auto</system:String>
17-
<Color x:Key="LightBG">#E5E6E6E6</Color>
18-
<Color x:Key="DarkBG">#DF1F1F1F</Color>
17+
<Color x:Key="LightBG">#CEFAFAFA</Color>
18+
<Color x:Key="DarkBG">#D6202020</Color>
1919
<Style
2020
x:Key="ItemGlyph"
2121
BasedOn="{StaticResource BaseGlyphStyle}"

Flow.Launcher/Themes/Win11Light.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</ResourceDictionary.MergedDictionaries>
1515
<system:Boolean x:Key="ThemeBlurEnabled">True</system:Boolean>
1616
<system:String x:Key="SystemBG">Auto</system:String>
17-
<Color x:Key="LightBG">#BFFAFAFA</Color>
18-
<Color x:Key="DarkBG">#DD202020</Color>
17+
<Color x:Key="LightBG">#CEFAFAFA</Color>
18+
<Color x:Key="DarkBG">#D6202020</Color>
1919
<Style
2020
x:Key="BulletStyle"
2121
BasedOn="{StaticResource BaseBulletStyle}"

0 commit comments

Comments
 (0)