Skip to content

Commit 398dfa5

Browse files
committed
Adjust Discord Theme
Adjust Midnight Border
1 parent 00c2119 commit 398dfa5

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

Flow.Launcher/Themes/Discord Dark.xaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@
2121
<Setter Property="SelectionBrush" Value="#0a68d8" />
2222
<Setter Property="Height" Value="42" />
2323
<Setter Property="FontSize" Value="24" />
24-
<Setter Property="Padding" Value="0,0,66,0" />
24+
<Setter Property="Padding" Value="0 0 66 0" />
2525
</Style>
2626
<Style
2727
x:Key="QuerySuggestionBoxStyle"
2828
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
2929
TargetType="{x:Type TextBox}">
3030
<Setter Property="Foreground" Value="#72767d" />
31-
<Setter Property="Background" Value="#36393f" />
31+
<Setter Property="Background" Value="#2e2e34" />
3232
<Setter Property="Height" Value="42" />
3333
<Setter Property="FontSize" Value="24" />
34-
<Setter Property="Padding" Value="0,0,66,0" />
34+
<Setter Property="Padding" Value="0 0 66 0" />
3535
</Style>
3636
<Style
3737
x:Key="WindowBorderStyle"
3838
BasedOn="{StaticResource BaseWindowBorderStyle}"
3939
TargetType="{x:Type Border}">
4040
<Setter Property="BorderThickness" Value="2" />
41-
<Setter Property="BorderBrush" Value="#2f3136" />
41+
<Setter Property="BorderBrush" Value="#3a3a41" />
4242
<Setter Property="CornerRadius" Value="4" />
43-
<Setter Property="Background" Value="#36393f" />
43+
<Setter Property="Background" Value="#2e2e34" />
4444
</Style>
4545
<Style
4646
x:Key="WindowStyle"
@@ -91,16 +91,14 @@
9191
<Setter Property="Cursor" Value="Arrow" />
9292
<Setter Property="Foreground" Value="#72767d" />
9393
</Style>
94-
<SolidColorBrush x:Key="ItemSelectedBackgroundColor">#49443c</SolidColorBrush>
94+
<SolidColorBrush x:Key="ItemSelectedBackgroundColor">#36363d</SolidColorBrush>
9595
<Style
9696
x:Key="ItemImageSelectedStyle"
9797
BasedOn="{StaticResource BaseItemImageSelectedStyle}"
9898
TargetType="{x:Type Image}">
9999
<Setter Property="Cursor" Value="Arrow" />
100100
</Style>
101-
<Style x:Key="HighlightStyle">
102-
<Setter Property="Inline.FontWeight" Value="Bold" />
103-
</Style>
101+
<Style x:Key="HighlightStyle" />
104102
<Style x:Key="ItemHotkeyStyle" TargetType="{x:Type TextBlock}">
105103
<Setter Property="FontSize" Value="15" />
106104
<Setter Property="Foreground" Value="#72767d" />
@@ -124,7 +122,7 @@
124122
<Setter.Value>
125123
<ControlTemplate TargetType="{x:Type Thumb}">
126124
<Border
127-
Background="#202225"
125+
Background="#787881"
128126
BorderBrush="Transparent"
129127
BorderThickness="0"
130128
CornerRadius="2"
@@ -141,9 +139,9 @@
141139
x:Key="SeparatorStyle"
142140
BasedOn="{StaticResource BaseSeparatorStyle}"
143141
TargetType="{x:Type Rectangle}">
144-
<Setter Property="Fill" Value="#42454a" />
142+
<Setter Property="Fill" Value="#3a3a41" />
145143
<Setter Property="Height" Value="1" />
146-
<Setter Property="Margin" Value="12,0,12,6" />
144+
<Setter Property="Margin" Value="0 0 0 0" />
147145
</Style>
148146
<Style
149147
x:Key="SearchIconStyle"
@@ -170,6 +168,7 @@
170168
BasedOn="{StaticResource BasePreviewBorderStyle}"
171169
TargetType="{x:Type Border}">
172170
<Setter Property="BorderBrush" Value="#42454a" />
171+
<Setter Property="Margin" Value="0 0 0 0" />
173172
</Style>
174173
<Style
175174
x:Key="PreviewItemTitleStyle"

Flow.Launcher/Themes/Midnight.xaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
x:Key="QueryBoxStyle"
1717
BasedOn="{StaticResource BaseQueryBoxStyle}"
1818
TargetType="{x:Type TextBox}">
19-
<Setter Property="Padding" Value="0,4,50,0" />
19+
<Setter Property="Padding" Value="0 4 50 0" />
2020
<Setter Property="Foreground" Value="#fbfdff" />
2121
<Setter Property="FontSize" Value="18" />
2222
<Setter Property="Height" Value="38" />
@@ -26,7 +26,7 @@
2626
x:Key="QuerySuggestionBoxStyle"
2727
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
2828
TargetType="{x:Type TextBox}">
29-
<Setter Property="Padding" Value="0,4,50,0" />
29+
<Setter Property="Padding" Value="0 4 50 0" />
3030
<Setter Property="Background" Value="Transparent" />
3131
<Setter Property="Height" Value="38" />
3232
<Setter Property="FontSize" Value="18" />
@@ -38,7 +38,7 @@
3838
BasedOn="{StaticResource BaseWindowBorderStyle}"
3939
TargetType="{x:Type Border}">
4040
<Setter Property="BorderThickness" Value="1" />
41-
<Setter Property="BorderBrush" Value="#111828" />
41+
<Setter Property="BorderBrush" Value="#202938" />
4242
<Setter Property="Background" Value="#111828" />
4343
<Setter Property="CornerRadius" Value="8" />
4444
<Setter Property="UseLayoutRounding" Value="True" />
@@ -71,7 +71,7 @@
7171
TargetType="{x:Type Rectangle}">
7272
<Setter Property="Fill" Value="#202938" />
7373
<Setter Property="Height" Value="1" />
74-
<Setter Property="Margin" Value="0,0,0,8" />
74+
<Setter Property="Margin" Value="0 0 0 8" />
7575
</Style>
7676
<Style x:Key="HighlightStyle" />
7777
<Style
@@ -122,7 +122,7 @@
122122
<Setter Property="Background" Value="#111828" />
123123
<Setter Property="Width" Value="32" />
124124
<Setter Property="Height" Value="32" />
125-
<Setter Property="Margin" Value="0,8,8,0" />
125+
<Setter Property="Margin" Value="0 8 8 0" />
126126
<Setter Property="HorizontalAlignment" Value="Right" />
127127
</Style>
128128

@@ -149,7 +149,7 @@
149149
x:Key="ClockPanel"
150150
BasedOn="{StaticResource ClockPanel}"
151151
TargetType="{x:Type StackPanel}">
152-
<Setter Property="Margin" Value="0,0,54,0" />
152+
<Setter Property="Margin" Value="0 0 54 0" />
153153
</Style>
154154
<Style
155155
x:Key="ClockBox"
@@ -167,7 +167,7 @@
167167
x:Key="PreviewBorderStyle"
168168
BasedOn="{StaticResource BasePreviewBorderStyle}"
169169
TargetType="{x:Type Border}">
170-
<Setter Property="Margin" Value="0,0,10,8" />
170+
<Setter Property="Margin" Value="0 0 10 8" />
171171
<Setter Property="BorderBrush" Value="#202938" />
172172
</Style>
173173
<Style

0 commit comments

Comments
 (0)