Skip to content

Commit 258de01

Browse files
committed
Allign Gray and Light design with Darker
1 parent 2ca2041 commit 258de01

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

Flow.Launcher/Themes/Gray.xaml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,19 @@
44
<ResourceDictionary Source="pack://application:,,,/Themes/Base.xaml" />
55
</ResourceDictionary.MergedDictionaries>
66
<Style x:Key="QueryBoxStyle" BasedOn="{StaticResource BaseQueryBoxStyle}" TargetType="{x:Type TextBox}">
7-
<Setter Property="Background" Value="#EDEDED" />
7+
<Setter Property="Background" Value="LightGray" />
88
<Setter Property="Foreground" Value="#222222" />
9-
<Setter Property="FontSize" Value="38" />
109
</Style>
1110

1211
<Style x:Key="QuerySuggestionBoxStyle" BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}" TargetType="{x:Type TextBox}">
13-
<Setter Property="Background" Value="#EDEDED" />
14-
<Setter Property="Foreground" Value="#222222" />
15-
<Setter Property="FontSize" Value="38" />
12+
<Setter Property="Background" Value="LightGray" />
13+
<Setter Property="Foreground" Value="#6E6E6E" />
1614
</Style>
1715

1816
<Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}">
19-
<Setter Property="BorderBrush" Value="#B0B0B0" />
17+
<Setter Property="BorderBrush" Value="LightGray" />
2018
<Setter Property="BorderThickness" Value="1" />
21-
<Setter Property="Background" Value="#EDEDED"></Setter>
19+
<Setter Property="Background" Value="LightGray"></Setter>
2220
</Style>
2321
<Style x:Key="WindowStyle" TargetType="{x:Type Window}" BasedOn="{StaticResource BaseWindowStyle}" >
2422
</Style>
@@ -31,15 +29,15 @@
3129
<Setter Property="Foreground" Value="#A6A6A6" />
3230
</Style>
3331
<Style x:Key="ItemSubTitleStyle" BasedOn="{StaticResource BaseItemSubTitleStyle}" TargetType="{x:Type TextBlock}">
34-
<Setter Property="Foreground" Value="#A6A6A6" />
32+
<Setter Property="Foreground" Value="#6B6B6B" />
3533
</Style>
3634
<Style x:Key="ItemTitleSelectedStyle" BasedOn="{StaticResource BaseItemTitleSelectedStyle}" TargetType="{x:Type TextBlock}">
37-
<Setter Property="Foreground" Value="#FFFFF8" />
35+
<Setter Property="Foreground" Value="White" />
3836
</Style>
3937
<Style x:Key="ItemSubTitleSelectedStyle" BasedOn="{StaticResource BaseItemSubTitleSelectedStyle}" TargetType="{x:Type TextBlock}">
40-
<Setter Property="Foreground" Value="#ffffff" />
38+
<Setter Property="Foreground" Value="#EDEDED" />
4139
</Style>
42-
<SolidColorBrush x:Key="ItemSelectedBackgroundColor">#00AAF6</SolidColorBrush>
40+
<SolidColorBrush x:Key="ItemSelectedBackgroundColor">#787878</SolidColorBrush>
4341
<Style x:Key="ThumbStyle" BasedOn="{StaticResource BaseThumbStyle}" TargetType="{x:Type Thumb}">
4442
<Setter Property="Template">
4543
<Setter.Value>

Flow.Launcher/Themes/Light.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
</ResourceDictionary.MergedDictionaries>
77

88
<Style x:Key="QueryBoxStyle" BasedOn="{StaticResource BaseQueryBoxStyle}" TargetType="{x:Type TextBox}">
9-
<Setter Property="Background" Value="#EBEBEB"/>
9+
<Setter Property="Background" Value="White "/>
1010
<Setter Property="Foreground" Value="#000000" />
1111
</Style>
1212

1313
<Style x:Key="QuerySuggestionBoxStyle" BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}" TargetType="{x:Type TextBox}">
14-
<Setter Property="Background" Value="#EBEBEB"/>
14+
<Setter Property="Background" Value="White"/>
1515
<Setter Property="Foreground" Value="#000000" />
1616
</Style>
1717

1818
<Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}">
19-
<Setter Property="BorderBrush" Value="#AAAAAA" />
20-
<Setter Property="BorderThickness" Value="5" />
21-
<Setter Property="Background" Value="#ffffff"></Setter>
19+
<Setter Property="BorderBrush" Value="LightGray" />
20+
<Setter Property="BorderThickness" Value="1"></Setter>
21+
<Setter Property="Background" Value="White"></Setter>
2222
</Style>
2323
<Style x:Key="WindowStyle" TargetType="{x:Type Window}" BasedOn="{StaticResource BaseWindowStyle}" >
2424
</Style>
@@ -38,7 +38,7 @@
3838
<Style x:Key="ItemSubTitleSelectedStyle" BasedOn="{StaticResource BaseItemSubTitleSelectedStyle}" TargetType="{x:Type TextBlock}">
3939
<Setter Property="Foreground" Value="#F6F6FF" />
4040
</Style>
41-
<SolidColorBrush x:Key="ItemSelectedBackgroundColor">#3875D7</SolidColorBrush>
41+
<SolidColorBrush x:Key="ItemSelectedBackgroundColor">#909090</SolidColorBrush>
4242

4343
<!-- button style in the middle of the scrollbar -->
4444
<Style x:Key="ThumbStyle" BasedOn="{StaticResource BaseThumbStyle}" TargetType="{x:Type Thumb}">

0 commit comments

Comments
 (0)