Skip to content

Commit aeb3f22

Browse files
committed
- rollback pin theme to legacy
1 parent 7c8d45d commit aeb3f22

File tree

1 file changed

+32
-43
lines changed

1 file changed

+32
-43
lines changed

Flow.Launcher/Themes/Pink.xaml

Lines changed: 32 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,46 @@
1-
<ResourceDictionary
2-
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4-
xmlns:system="clr-namespace:System;assembly=mscorlib">
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
52
<ResourceDictionary.MergedDictionaries>
63
<ResourceDictionary Source="pack://application:,,,/Themes/Base.xaml" />
74
</ResourceDictionary.MergedDictionaries>
8-
<system:Boolean x:Key="ThemeBlurEnabled">True</system:Boolean>
9-
<system:String x:Key="BlurMode">Light</system:String>
10-
<system:String x:Key="CornerType">RoundSmall</system:String>
11-
<Color x:Key="lightBG">#B6C8C7FE</Color>
12-
<Color x:Key="darkBG">#53FEC7D7</Color>
13-
<Thickness x:Key="ResultMargin">0 0 0 0</Thickness>
5+
<Thickness x:Key="ResultMargin">0 0 0 4</Thickness>
146
<Style
157
x:Key="ItemGlyph"
168
BasedOn="{StaticResource BaseGlyphStyle}"
179
TargetType="{x:Type TextBlock}">
18-
<Setter Property="Foreground" Value="#0e172c" />
10+
<Setter Property="Foreground" Value="#ffffff" />
1911
</Style>
2012
<Style
2113
x:Key="QueryBoxStyle"
2214
BasedOn="{StaticResource BaseQueryBoxStyle}"
2315
TargetType="{x:Type TextBox}">
24-
<Setter Property="Foreground" Value="#0E172C" />
25-
<Setter Property="CaretBrush" Value="#0E172C" />
26-
<Setter Property="SelectionBrush" Value="#a786df" />
16+
<Setter Property="Foreground" Value="#cc1081" />
17+
<Setter Property="CaretBrush" Value="#cc1081" />
18+
<Setter Property="SelectionBrush" Value="#e564b1" />
2719
</Style>
2820

2921
<Style
3022
x:Key="QuerySuggestionBoxStyle"
3123
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
3224
TargetType="{x:Type TextBox}">
33-
<Setter Property="Background" Value="Transparent" />
34-
<Setter Property="Foreground" Value="#E9819F" />
25+
<Setter Property="Background" Value="#1f1d1f" />
26+
<Setter Property="Foreground" Value="#71114b" />
3527
</Style>
3628

3729
<Style
3830
x:Key="WindowBorderStyle"
3931
BasedOn="{StaticResource BaseWindowBorderStyle}"
4032
TargetType="{x:Type Border}">
41-
<Setter Property="CornerRadius" Value="8" />
42-
<Setter Property="Background" Value="Transparent" />
43-
<Setter Property="BorderThickness" Value="0" />
44-
<Setter Property="BorderBrush" Value="#0e172c" />
33+
<Setter Property="Background" Value="#1f1d1f" />
34+
<Setter Property="BorderThickness" Value="2" />
35+
<Setter Property="BorderBrush" Value="#000000" />
4536
</Style>
4637
<Style
4738
x:Key="SeparatorStyle"
4839
BasedOn="{StaticResource BaseSeparatorStyle}"
4940
TargetType="{x:Type Rectangle}">
50-
<Setter Property="Fill" Value="#DFDE89A2" />
41+
<Setter Property="Fill" Value="#000000" />
5142
<Setter Property="Height" Value="1" />
52-
<Setter Property="Margin" Value="0 0 0 0" />
43+
<Setter Property="Margin" Value="12 0 12 4" />
5344
</Style>
5445
<Style
5546
x:Key="WindowStyle"
@@ -59,33 +50,34 @@
5950
x:Key="PendingLineStyle"
6051
BasedOn="{StaticResource BasePendingLineStyle}"
6152
TargetType="{x:Type Line}">
62-
<Setter Property="Stroke" Value="#a786df" />
53+
<Setter Property="Stroke" Value="#cc1081" />
6354
</Style>
6455
<Style
6556
x:Key="ItemTitleStyle"
6657
BasedOn="{StaticResource BaseItemTitleStyle}"
6758
TargetType="{x:Type TextBlock}">
68-
<Setter Property="Foreground" Value="#0e172c" />
59+
<Setter Property="Foreground" Value="#f5f5f5" />
6960
</Style>
7061
<Style
7162
x:Key="ItemSubTitleStyle"
7263
BasedOn="{StaticResource BaseItemSubTitleStyle}"
7364
TargetType="{x:Type TextBlock}">
74-
<Setter Property="Foreground" Value="#0e172c" />
65+
<Setter Property="Foreground" Value="#c2c2c2" />
66+
<Setter Property="Opacity" Value="0.5" />
7567
</Style>
7668
<Style
7769
x:Key="ItemTitleSelectedStyle"
7870
BasedOn="{StaticResource BaseItemTitleSelectedStyle}"
7971
TargetType="{x:Type TextBlock}">
80-
<Setter Property="Foreground" Value="#fffffe" />
72+
<Setter Property="Foreground" Value="#f5f5f5" />
8173
</Style>
8274
<Style
8375
x:Key="ItemSubTitleSelectedStyle"
8476
BasedOn="{StaticResource BaseItemSubTitleSelectedStyle}"
8577
TargetType="{x:Type TextBlock}">
86-
<Setter Property="Foreground" Value="#fffffe" />
78+
<Setter Property="Foreground" Value="#ed92c9" />
8779
</Style>
88-
<SolidColorBrush x:Key="ItemSelectedBackgroundColor">#0e172c</SolidColorBrush>
80+
<SolidColorBrush x:Key="ItemSelectedBackgroundColor">#cc1081</SolidColorBrush>
8981
<Style
9082
x:Key="ThumbStyle"
9183
BasedOn="{StaticResource BaseThumbStyle}"
@@ -94,7 +86,7 @@
9486
<Setter.Value>
9587
<ControlTemplate TargetType="{x:Type Thumb}">
9688
<Border
97-
Background="#E9819F"
89+
Background="#e564b1"
9890
BorderBrush="Transparent"
9991
BorderThickness="0"
10092
CornerRadius="2"
@@ -117,56 +109,53 @@
117109
<Setter Property="HorizontalAlignment" Value="Right" />
118110
</Style>
119111
<Style x:Key="SearchIconStyle" TargetType="{x:Type Path}">
120-
<Setter Property="Fill" Value="#E9819F" />
112+
<Setter Property="Fill" Value="#cc1081" />
121113
<Setter Property="Width" Value="28" />
122114
<Setter Property="Height" Value="28" />
123115
</Style>
124116
<Style x:Key="ItemHotkeyStyle" TargetType="{x:Type TextBlock}">
125-
<Setter Property="FontSize" Value="11" />
126-
<Setter Property="Foreground" Value="#E9819F" />
117+
<Setter Property="FontSize" Value="14" />
118+
<Setter Property="Foreground" Value="#ed92c9" />
127119
</Style>
128120
<Style x:Key="ItemHotkeySelectedStyle" TargetType="{x:Type TextBlock}">
129-
<Setter Property="FontSize" Value="11" />
130-
<Setter Property="Foreground" Value="#E9819F" />
121+
<Setter Property="FontSize" Value="14" />
122+
<Setter Property="Foreground" Value="#ed92c9" />
131123
</Style>
132124
<Style
133125
x:Key="ClockBox"
134126
BasedOn="{StaticResource BaseClockBox}"
135127
TargetType="{x:Type TextBlock}">
136-
<Setter Property="Foreground" Value="#E9819F" />
128+
<Setter Property="Foreground" Value="#71114b" />
137129
</Style>
138130
<Style
139131
x:Key="DateBox"
140132
BasedOn="{StaticResource BaseDateBox}"
141133
TargetType="{x:Type TextBlock}">
142134
<Setter Property="FontWeight" Value="Bold" />
143-
<Setter Property="Foreground" Value="#E9819F" />
135+
<Setter Property="Foreground" Value="#71114b" />
144136
</Style>
145137
<Style
146138
x:Key="PreviewBorderStyle"
147139
BasedOn="{StaticResource BasePreviewBorderStyle}"
148140
TargetType="{x:Type Border}">
149-
<Setter Property="Margin" Value="0 0 10 0" />
150-
<Setter Property="Width" Value="5" />
151-
<Setter Property="BorderThickness" Value="3 0 0 0" />
152-
<Setter Property="BorderBrush" Value="#0e172c" />
141+
<Setter Property="BorderBrush" Value="#000000" />
153142
</Style>
154143
<Style
155144
x:Key="PreviewItemTitleStyle"
156145
BasedOn="{StaticResource BasePreviewItemTitleStyle}"
157146
TargetType="{x:Type TextBlock}">
158-
<Setter Property="Foreground" Value="#0E172C" />
147+
<Setter Property="Foreground" Value="#f5f5f5" />
159148
</Style>
160149
<Style
161150
x:Key="PreviewItemSubTitleStyle"
162151
BasedOn="{StaticResource BasePreviewItemSubTitleStyle}"
163152
TargetType="{x:Type TextBlock}">
164-
<Setter Property="Foreground" Value="#0E172C" />
153+
<Setter Property="Foreground" Value="#c2c2c2" />
165154
</Style>
166155
<Style
167156
x:Key="PreviewGlyph"
168157
BasedOn="{StaticResource BasePreviewGlyph}"
169158
TargetType="{x:Type TextBlock}">
170-
<Setter Property="Foreground" Value="#0E172C" />
159+
<Setter Property="Foreground" Value="#ffffff" />
171160
</Style>
172161
</ResourceDictionary>

0 commit comments

Comments
 (0)