mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Theme Color
This commit is contained in:
parent
6264447057
commit
1b8336bd26
3 changed files with 6 additions and 6 deletions
|
|
@ -18,9 +18,9 @@
|
|||
<SolidColorBrush x:Key="HotkeyForeground" Color="#51000000" />
|
||||
<SolidColorBrush x:Key="HotkeySelectedForeground" Color="#51000000" />
|
||||
<SolidColorBrush x:Key="ClockDateForeground" Color="#44000000" />
|
||||
<Color x:Key="ItemSelectedBackgroundColorBrush">#0C000000</Color>
|
||||
<Color x:Key="ItemSelectedBackgroundColorBrush">#7EFFFFFF</Color>
|
||||
|
||||
<SolidColorBrush x:Key="Color00B" Color="#fbfbfb" />
|
||||
<SolidColorBrush x:Key="Color00B" Color="#CEFAFAFA" />
|
||||
<SolidColorBrush x:Key="Color01B" Color="#f3f3f3" />
|
||||
<SolidColorBrush x:Key="Color02B" Color="#ffffff" />
|
||||
<SolidColorBrush x:Key="Color03B" Color="#e5e5e5" />
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
</ResourceDictionary.MergedDictionaries>
|
||||
<system:Boolean x:Key="ThemeBlurEnabled">True</system:Boolean>
|
||||
<system:String x:Key="SystemBG">Auto</system:String>
|
||||
<Color x:Key="LightBG">#E5E6E6E6</Color>
|
||||
<Color x:Key="DarkBG">#DF1F1F1F</Color>
|
||||
<Color x:Key="LightBG">#CEFAFAFA</Color>
|
||||
<Color x:Key="DarkBG">#D6202020</Color>
|
||||
<Style
|
||||
x:Key="ItemGlyph"
|
||||
BasedOn="{StaticResource BaseGlyphStyle}"
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
</ResourceDictionary.MergedDictionaries>
|
||||
<system:Boolean x:Key="ThemeBlurEnabled">True</system:Boolean>
|
||||
<system:String x:Key="SystemBG">Auto</system:String>
|
||||
<Color x:Key="LightBG">#BFFAFAFA</Color>
|
||||
<Color x:Key="DarkBG">#DD202020</Color>
|
||||
<Color x:Key="LightBG">#CEFAFAFA</Color>
|
||||
<Color x:Key="DarkBG">#D6202020</Color>
|
||||
<Style
|
||||
x:Key="BulletStyle"
|
||||
BasedOn="{StaticResource BaseBulletStyle}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue