|
4 | 4 | <ResourceDictionary Source="pack://application:,,,/Themes/Base.xaml" /> |
5 | 5 | </ResourceDictionary.MergedDictionaries> |
6 | 6 | <Style x:Key="QueryBoxStyle" BasedOn="{StaticResource BaseQueryBoxStyle}" TargetType="{x:Type TextBox}"> |
7 | | - <Setter Property="Background" Value="#EDEDED" /> |
| 7 | + <Setter Property="Background" Value="LightGray" /> |
8 | 8 | <Setter Property="Foreground" Value="#222222" /> |
9 | | - <Setter Property="FontSize" Value="38" /> |
10 | 9 | </Style> |
11 | 10 |
|
12 | 11 | <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" /> |
16 | 14 | </Style> |
17 | 15 |
|
18 | 16 | <Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}"> |
19 | | - <Setter Property="BorderBrush" Value="#B0B0B0" /> |
| 17 | + <Setter Property="BorderBrush" Value="LightGray" /> |
20 | 18 | <Setter Property="BorderThickness" Value="1" /> |
21 | | - <Setter Property="Background" Value="#EDEDED"></Setter> |
| 19 | + <Setter Property="Background" Value="LightGray"></Setter> |
22 | 20 | </Style> |
23 | 21 | <Style x:Key="WindowStyle" TargetType="{x:Type Window}" BasedOn="{StaticResource BaseWindowStyle}" > |
24 | 22 | </Style> |
|
31 | 29 | <Setter Property="Foreground" Value="#A6A6A6" /> |
32 | 30 | </Style> |
33 | 31 | <Style x:Key="ItemSubTitleStyle" BasedOn="{StaticResource BaseItemSubTitleStyle}" TargetType="{x:Type TextBlock}"> |
34 | | - <Setter Property="Foreground" Value="#A6A6A6" /> |
| 32 | + <Setter Property="Foreground" Value="#6B6B6B" /> |
35 | 33 | </Style> |
36 | 34 | <Style x:Key="ItemTitleSelectedStyle" BasedOn="{StaticResource BaseItemTitleSelectedStyle}" TargetType="{x:Type TextBlock}"> |
37 | | - <Setter Property="Foreground" Value="#FFFFF8" /> |
| 35 | + <Setter Property="Foreground" Value="White" /> |
38 | 36 | </Style> |
39 | 37 | <Style x:Key="ItemSubTitleSelectedStyle" BasedOn="{StaticResource BaseItemSubTitleSelectedStyle}" TargetType="{x:Type TextBlock}"> |
40 | | - <Setter Property="Foreground" Value="#ffffff" /> |
| 38 | + <Setter Property="Foreground" Value="#EDEDED" /> |
41 | 39 | </Style> |
42 | | - <SolidColorBrush x:Key="ItemSelectedBackgroundColor">#00AAF6</SolidColorBrush> |
| 40 | + <SolidColorBrush x:Key="ItemSelectedBackgroundColor">#787878</SolidColorBrush> |
43 | 41 | <Style x:Key="ThumbStyle" BasedOn="{StaticResource BaseThumbStyle}" TargetType="{x:Type Thumb}"> |
44 | 42 | <Setter Property="Template"> |
45 | 43 | <Setter.Value> |
|
0 commit comments