File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Plugins/Flow.Launcher.Plugin.WebSearch Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 59
59
60
60
<SolidColorBrush x : Key =" ThemeHoverButton" Color =" #3c3c3c" />
61
61
<SolidColorBrush x : Key =" PopuBGColor" Color =" #202020" />
62
+ <SolidColorBrush x : Key =" PopupBGColor" Color =" #202020" />
62
63
<SolidColorBrush x : Key =" PopupTextColor" Color =" #cfcfcf" />
63
64
<SolidColorBrush x : Key =" PopupButtonAreaBGColor" Color =" #2b2b2b" />
64
65
<SolidColorBrush x : Key =" PopupButtonAreaBorderColor" Color =" #3f3f3f" />
Original file line number Diff line number Diff line change 51
51
<SolidColorBrush x : Key =" BasicLabelColor" Color =" #1b1b1b" />
52
52
53
53
<SolidColorBrush x : Key =" ThemeHoverButton" Color =" #f6f6f6" />
54
+ <!-- Typo -->
54
55
<SolidColorBrush x : Key =" PopuBGColor" Color =" #ffffff" />
56
+ <SolidColorBrush x : Key =" PopupBGColor" Color =" #ffffff" />
55
57
<SolidColorBrush x : Key =" PopupTextColor" Color =" #1b1b1b" />
56
58
<SolidColorBrush x : Key =" PopupButtonAreaBGColor" Color =" #f3f3f3" />
57
59
<SolidColorBrush x : Key =" PopupButtonAreaBorderColor" Color =" #e5e5e5" />
Original file line number Diff line number Diff line change 8
8
Title =" {DynamicResource flowlauncher_plugin_websearch_window_title}"
9
9
Width =" 550"
10
10
d : DataContext =" {d:DesignInstance vm:SearchSourceViewModel}"
11
- Background =" {DynamicResource PopuBGColor }"
11
+ Background =" {DynamicResource PopupBGColor }"
12
12
Foreground =" {DynamicResource PopupTextColor}"
13
13
ResizeMode =" NoResize"
14
14
SizeToContent =" Height"
You can’t perform that action at this time.
0 commit comments