|
| 1 | +<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 2 | + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 3 | + xmlns:system="clr-namespace:System;assembly=mscorlib"> |
| 4 | + <ResourceDictionary.MergedDictionaries> |
| 5 | + <ResourceDictionary Source="pack://application:,,,/Themes/Base.xaml" /> |
| 6 | + </ResourceDictionary.MergedDictionaries> |
| 7 | + <Style x:Key="ItemGlyph" BasedOn="{StaticResource BaseGlyphStyle}" TargetType="{x:Type TextBlock}"> |
| 8 | + <Setter Property="Foreground" Value="#9fb2bf" /> |
| 9 | + </Style> |
| 10 | + <Style x:Key="QueryBoxStyle" BasedOn="{StaticResource BaseQueryBoxStyle}" TargetType="{x:Type TextBox}"> |
| 11 | + <Setter Property="SelectionBrush" Value="#515a6b"/> |
| 12 | + <Setter Property="FontSize" Value="24" /> |
| 13 | + <Setter Property="Background" Value="#282c34" /> |
| 14 | + <Setter Property="Foreground" Value="#61afef" /> |
| 15 | + <Setter Property="CaretBrush" Value="#ffb86c" /> |
| 16 | + <Setter Property="FontSize" Value="26" /> |
| 17 | + <Setter Property="Padding" Value="0 4 66 0" /> |
| 18 | + <Setter Property="Height" Value="42" /> |
| 19 | + </Style> |
| 20 | + <Style x:Key="QuerySuggestionBoxStyle" BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}" TargetType="{x:Type TextBox}"> |
| 21 | + <Setter Property="Background" Value="#282c34" /> |
| 22 | + <Setter Property="Foreground" Value="#454e61" /> |
| 23 | + <Setter Property="FontSize" Value="26" /> |
| 24 | + <Setter Property="Padding" Value="0 4 66 0" /> |
| 25 | + <Setter Property="Height" Value="42" /> |
| 26 | + </Style> |
| 27 | + <Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}"> |
| 28 | + <Setter Property="BorderThickness" Value="2" /> |
| 29 | + <Setter Property="BorderBrush" Value="#44475a" /> |
| 30 | + <Setter Property="CornerRadius" Value="5" /> |
| 31 | + <Setter Property="Background" Value="#282c34" /> |
| 32 | + </Style> |
| 33 | + <Style x:Key="WindowStyle" BasedOn="{StaticResource BaseWindowStyle}" TargetType="{x:Type Window}"> |
| 34 | + <Setter Property="Width" Value="576" /> |
| 35 | + <Setter Property="RenderOptions.ClearTypeHint" Value="Enabled"/> |
| 36 | + </Style> |
| 37 | + |
| 38 | + <Style x:Key="PendingLineStyle" BasedOn="{StaticResource BasePendingLineStyle}" TargetType="{x:Type Line}"> |
| 39 | + </Style> |
| 40 | + |
| 41 | + <!-- Item Style --> |
| 42 | + <Style x:Key="ItemTitleStyle" BasedOn="{StaticResource BaseItemTitleStyle}" TargetType="{x:Type TextBlock}"> |
| 43 | + <Setter Property="Foreground" Value="#9fb2bf" /> |
| 44 | + </Style> |
| 45 | + <Style x:Key="ItemSubTitleStyle" BasedOn="{StaticResource BaseItemSubTitleStyle}" TargetType="{x:Type TextBlock}" > |
| 46 | + <Setter Property="Foreground" Value="#6272a4 " /> |
| 47 | + <Setter Property="FontSize" Value="13" /> |
| 48 | + </Style> |
| 49 | + <Style x:Key="ItemNumberStyle" BasedOn="{StaticResource BaseItemNumberStyle}" TargetType="{x:Type TextBlock}"> |
| 50 | + <Setter Property="Foreground" Value="#6272a4" /> |
| 51 | + </Style> |
| 52 | + <Style x:Key="ItemTitleSelectedStyle" BasedOn="{StaticResource BaseItemTitleSelectedStyle}" TargetType="{x:Type TextBlock}" > |
| 53 | + <Setter Property="Cursor" Value="Arrow" /> |
| 54 | + <Setter Property="Foreground" Value="#e5c07b" /> |
| 55 | + </Style> |
| 56 | + <Style x:Key="ItemSubTitleSelectedStyle" BasedOn="{StaticResource BaseItemSubTitleSelectedStyle}" TargetType="{x:Type TextBlock}" > |
| 57 | + <Setter Property="Cursor" Value="Arrow" /> |
| 58 | + <Setter Property="Foreground" Value="#c678dd" /> |
| 59 | + </Style> |
| 60 | + <SolidColorBrush x:Key="ItemSelectedBackgroundColor">#2c313c</SolidColorBrush> |
| 61 | + <Style x:Key="ItemImageSelectedStyle" BasedOn="{StaticResource BaseItemImageSelectedStyle}" TargetType="{x:Type Image}" > |
| 62 | + <Setter Property="Cursor" Value="Arrow" /> |
| 63 | + </Style> |
| 64 | + <Style x:Key="HighlightStyle"> |
| 65 | + <Setter Property="Inline.Foreground" Value="#e06c75 " /> |
| 66 | + </Style> |
| 67 | + <Style x:Key="ItemHotkeyStyle" TargetType="{x:Type TextBlock}"> |
| 68 | + <Setter Property="FontSize" Value="13" /> |
| 69 | + <Setter Property="Foreground" Value="#6272a4" /> |
| 70 | + </Style> |
| 71 | + <Style x:Key="ItemHotkeySelectedStyle" TargetType="{x:Type TextBlock}" BasedOn="{StaticResource BaseItemHotkeySelecetedStyle}"> |
| 72 | + <Setter Property="FontSize" Value="13" /> |
| 73 | + <Setter Property="Foreground" Value="#56b6c2" /> |
| 74 | + </Style> |
| 75 | + <!-- button style in the middle of the scrollbar --> |
| 76 | + <Style x:Key="ThumbStyle" BasedOn="{StaticResource BaseThumbStyle}" TargetType="{x:Type Thumb}"> |
| 77 | + <Setter Property="SnapsToDevicePixels" Value="True"/> |
| 78 | + <Setter Property="OverridesDefaultStyle" Value="true"/> |
| 79 | + <Setter Property="IsTabStop" Value="false"/> |
| 80 | + <Setter Property="Width" Value="2"/> |
| 81 | + <Setter Property="Focusable" Value="false"/> |
| 82 | + <Setter Property="Template"> |
| 83 | + <Setter.Value> |
| 84 | + <ControlTemplate TargetType="{x:Type Thumb}"> |
| 85 | + <Border CornerRadius="2" DockPanel.Dock="Right" Background="#b4b5b7" BorderBrush="Transparent" BorderThickness="0" /> |
| 86 | + </ControlTemplate> |
| 87 | + </Setter.Value> |
| 88 | + </Setter> |
| 89 | + </Style> |
| 90 | + <Style x:Key="ScrollBarStyle" BasedOn="{StaticResource BaseScrollBarStyle}" TargetType="{x:Type ScrollBar}"> |
| 91 | + </Style> |
| 92 | + <Style x:Key="SeparatorStyle" BasedOn="{StaticResource BaseSeparatorStyle}" TargetType="{x:Type Rectangle}"> |
| 93 | + <Setter Property="Fill" Value="#495162"/> |
| 94 | + <Setter Property="Height" Value="1"/> |
| 95 | + <Setter Property="Margin" Value="12 0 12 8"/> |
| 96 | + </Style> |
| 97 | + <Style x:Key="SearchIconStyle" TargetType="{x:Type Path}" BasedOn="{StaticResource BaseSearchIconStyle}"> |
| 98 | + <Setter Property="Fill" Value="#495162" /> |
| 99 | + <Setter Property="Width" Value="32" /> |
| 100 | + <Setter Property="Height" Value="32" /> |
| 101 | + <Setter Property="Opacity" Value="0.8" /> |
| 102 | + </Style> |
| 103 | +</ResourceDictionary> |
0 commit comments