Skip to content

Commit 273ebc6

Browse files
committed
Add Color key
1 parent efef28c commit 273ebc6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Flow.Launcher/Resources/Dark.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115
<SolidColorBrush x:Key="InfoBarWarningIcon" Color="#FCE100" />
116116
<SolidColorBrush x:Key="InfoBarWarningBG" Color="#433519" />
117117
<SolidColorBrush x:Key="InfoBarBD" Color="#19000000" />
118+
119+
<SolidColorBrush x:Key="MouseOverWindowCloseButtonForegroundBrush" Color="#ffffff" />
118120

119121
<SolidColorBrush x:Key="ButtonOutBorder" Color="Transparent" />
120122
<SolidColorBrush x:Key="ButtonInsideBorder" Color="#3f3f3f" />

Flow.Launcher/Resources/Light.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
<SolidColorBrush x:Key="InfoBarWarningBG" Color="#FFF4CE" />
108108
<SolidColorBrush x:Key="InfoBarBD" Color="#0F000000" />
109109

110+
<SolidColorBrush x:Key="MouseOverWindowCloseButtonForegroundBrush" Color="#ffffff" />
110111

111112
<SolidColorBrush x:Key="ButtonOutBorder" Color="#e5e5e5" />
112113
<SolidColorBrush x:Key="ButtonInsideBorder" Color="#d3d3d3" />

0 commit comments

Comments
 (0)