|
|
|
@ -39,6 +39,118 @@ |
|
|
|
<SolidColorBrush x:Key="ButtonPressedBackgroundThemeBrush" Color="#FF000000" /> |
|
|
|
<SolidColorBrush x:Key="ButtonPressedForegroundThemeBrush" Color="#FFFFFFFF" /> |
|
|
|
|
|
|
|
<!-- Resources for ComboBox.xaml --> |
|
|
|
<x:Double x:Key="ComboBoxArrowThemeFontSize">21</x:Double> |
|
|
|
<x:Double x:Key="ComboBoxThemeMinWidth">64</x:Double> |
|
|
|
<x:Double x:Key="ComboBoxPopupThemeMinWidth">80</x:Double> |
|
|
|
<x:Double x:Key="ComboBoxPopupThemeTouchMinWidth">240</x:Double> |
|
|
|
<Thickness x:Key="ComboBoxBorderThemeThickness">1</Thickness> |
|
|
|
<Thickness x:Key="ComboBoxDropdownBorderThickness">1</Thickness> |
|
|
|
<Thickness x:Key="ComboBoxHeaderThemeMargin">0,0,0,4</Thickness> |
|
|
|
<Thickness x:Key="ComboBoxPopupBorderThemeThickness">2</Thickness> |
|
|
|
<Thickness x:Key="ComboBoxItemThemePadding">11,5,11,7</Thickness> |
|
|
|
<Thickness x:Key="ComboBoxItemThemeTouchPadding">11,11,11,13</Thickness> |
|
|
|
<Thickness x:Key="ComboBoxItemThemeGameControllerPadding">11,11,11,13</Thickness> |
|
|
|
<FontWeight x:Key="ComboBoxHeaderThemeFontWeight">Normal</FontWeight> |
|
|
|
<FontWeight x:Key="ComboBoxPlaceholderTextThemeFontWeight">SemiLight</FontWeight> |
|
|
|
<StaticResource x:Key="ComboBoxItemForeground" ResourceKey="SystemControlForegroundBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemForegroundPressed" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemForegroundPointerOver" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemForegroundDisabled" ResourceKey="SystemControlDisabledBaseMediumLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemForegroundSelected" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemForegroundSelectedUnfocused" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemForegroundSelectedPressed" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemForegroundSelectedPointerOver" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemForegroundSelectedDisabled" ResourceKey="SystemControlDisabledBaseMediumLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBackground" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBackgroundPressed" ResourceKey="SystemControlHighlightListMediumBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBackgroundPointerOver" ResourceKey="SystemControlHighlightListLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBackgroundDisabled" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBackgroundSelected" ResourceKey="SystemControlHighlightListAccentLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBackgroundSelectedUnfocused" ResourceKey="SystemControlHighlightListAccentLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBackgroundSelectedPressed" ResourceKey="SystemControlHighlightListAccentHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBackgroundSelectedPointerOver" ResourceKey="SystemControlHighlightListAccentMediumBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBackgroundSelectedDisabled" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBorderBrush" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBorderBrushPressed" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBorderBrushPointerOver" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBorderBrushDisabled" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBorderBrushSelected" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBorderBrushSelectedUnfocused" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBorderBrushSelectedPressed" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBorderBrushSelectedPointerOver" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxItemBorderBrushSelectedDisabled" ResourceKey="SystemControlTransparentBrush" /> |
|
|
|
|
|
|
|
<StaticResource x:Key="ComboBoxBackground" ResourceKey="SystemControlBackgroundAltMediumLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxBackgroundPointerOver" ResourceKey="SystemControlPageBackgroundAltMediumBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxBackgroundPressed" ResourceKey="SystemControlBackgroundListMediumBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxBackgroundDisabled" ResourceKey="SystemControlBackgroundBaseLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxBackgroundUnfocused" ResourceKey="SystemControlHighlightListAccentLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxBackgroundBorderBrushFocused" ResourceKey="SystemControlHighlightTransparentBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxBackgroundBorderBrushUnfocused" ResourceKey="SystemControlHighlightBaseMediumLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxForeground" ResourceKey="SystemControlForegroundBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxForegroundDisabled" ResourceKey="SystemControlDisabledBaseMediumLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxForegroundFocused" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxForegroundFocusedPressed" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxPlaceHolderForeground" ResourceKey="SystemControlPageTextBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxPlaceHolderForegroundFocusedPressed" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxBorderBrush" ResourceKey="SystemControlForegroundBaseMediumBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxBorderBrushPointerOver" ResourceKey="SystemControlHighlightBaseMediumHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxBorderBrushPressed" ResourceKey="SystemControlHighlightBaseMediumBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxBorderBrushDisabled" ResourceKey="SystemControlDisabledBaseLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxDropDownGlyphForeground" ResourceKey="SystemControlForegroundBaseMediumHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxDropDownGlyphForegroundDisabled" ResourceKey="SystemControlDisabledBaseMediumLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxDropDownGlyphForegroundFocused" ResourceKey="SystemControlHighlightAltBaseMediumHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxDropDownGlyphForegroundFocusedPressed" ResourceKey="SystemControlHighlightAltBaseMediumHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxDropDownForeground" ResourceKey="SystemControlForegroundBaseHighBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxDropDownBackground" ResourceKey="SystemControlTransientBackgroundBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxDropDownBorderBrush" ResourceKey="SystemControlTransientBorderBrush" /> |
|
|
|
|
|
|
|
<StaticResource x:Key="ComboBoxLightDismissOverlayBackground" ResourceKey="SystemControlPageBackgroundMediumAltMediumBrush" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxArrowDisabledForegroundThemeBrush" Color="#66000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxArrowForegroundThemeBrush" Color="#FF000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxArrowPressedForegroundThemeBrush" Color="#FF000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxBackgroundThemeBrush" Color="#CCFFFFFF" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxBorderThemeBrush" Color="#45000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxDisabledBackgroundThemeBrush" Color="#66CACACA" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxDisabledBorderThemeBrush" Color="#26000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxDisabledForegroundThemeBrush" Color="#66000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxFocusedBackgroundThemeBrush" Color="White" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxFocusedBorderThemeBrush" Color="#70000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxFocusedForegroundThemeBrush" Color="White" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxForegroundThemeBrush" Color="#FF000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxHeaderForegroundThemeBrush" Color="#FF000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxItemDisabledForegroundThemeBrush" Color="#66000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxItemPointerOverBackgroundThemeBrush" Color="#21000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxItemPointerOverForegroundThemeBrush" Color="#FF000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxItemPressedBackgroundThemeBrush" Color="#FFD3D3D3" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxItemPressedForegroundThemeBrush" Color="#FF000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxItemSelectedBackgroundThemeBrush" Color="#FF4617B4" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxItemSelectedForegroundThemeBrush" Color="White" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxItemSelectedDisabledBackgroundThemeBrush" Color="#8C000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxItemSelectedDisabledForegroundThemeBrush" Color="#99FFFFFF" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxItemSelectedPointerOverBackgroundThemeBrush" Color="#FF5F37BE" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxPlaceholderTextForegroundThemeBrush" Color="#88000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxPointerOverBackgroundThemeBrush" Color="#DEFFFFFF" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxPointerOverBorderThemeBrush" Color="#70000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxPopupBackgroundThemeBrush" Color="#FFFFFFFF" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxPopupBorderThemeBrush" Color="#FF212121" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxPopupForegroundThemeBrush" Color="#FF000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxPressedBackgroundThemeBrush" Color="#FFFFFFFF" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxPressedBorderThemeBrush" Color="#A3000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxPressedHighlightThemeBrush" Color="#FFD3D3D3" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxPressedForegroundThemeBrush" Color="#FF000000" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxSelectedBackgroundThemeBrush" Color="#FF4617B4" /> |
|
|
|
<SolidColorBrush x:Key="ComboBoxSelectedPointerOverBackgroundThemeBrush" Color="#FF5F37BE" /> |
|
|
|
|
|
|
|
<Thickness x:Key="ComboBoxDropdownBorderPadding">0</Thickness> |
|
|
|
<Thickness x:Key="ComboBoxDropdownContentMargin">0,4,0,4</Thickness> |
|
|
|
<StaticResource x:Key="ComboBoxDropDownBackgroundPointerOver" ResourceKey="SystemControlBackgroundListLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxDropDownBackgroundPointerPressed" ResourceKey="SystemControlBackgroundListMediumBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxFocusedDropDownBackgroundPointerOver" ResourceKey="SystemControlBackgroundBaseLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxFocusedDropDownBackgroundPointerPressed" ResourceKey="SystemControlBackgroundBaseMediumLowBrush" /> |
|
|
|
<StaticResource x:Key="ComboBoxEditableDropDownGlyphForeground" ResourceKey="SystemControlForegroundBaseMediumHighBrush" /> |
|
|
|
|
|
|
|
<!-- Resources for ListBox.xaml --> |
|
|
|
<Thickness x:Key="ListBoxBorderThemeThickness">0</Thickness> |
|
|
|
<SolidColorBrush x:Key="ListBoxBackgroundThemeBrush" Color="#CCFFFFFF" /> |
|
|
|
|