4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
5
5
<Application .Resources>
6
6
<ResourceDictionary >
7
- <FontFamily x : Key =" CustomGlyph" >/Assets/Custom Glyphs/Custom-Glyphs.ttf#Custom-Glyphs</FontFamily >
8
- <FontFamily x : Key =" RecycleBinIcons" >/Assets/Custom Glyphs/recyclebin-fabric-glyph.ttf#Fabric MDL2 Assets</FontFamily >
9
7
<ResourceDictionary .MergedDictionaries>
10
8
<XamlControlsResources xmlns =" using:Microsoft.UI.Xaml.Controls" />
11
- <ResourceDictionary Source =" /ResourceDictionaries/ToolbarButtonStyle.xaml" />
12
9
<ResourceDictionary >
13
10
<ResourceDictionary .ThemeDictionaries>
14
11
<ResourceDictionary x : Key =" Light" >
15
- <SolidColorBrush x : Key =" UnmodifiedSystemPageColor" Color =" White" />
16
- <SolidColorBrush x : Key =" YourHomeCardBackgroundColor" Color =" #f3f1ef" />
17
- <SolidColorBrush x : Key =" YourHomeCardBorderColor" Color =" #f3f1ef" />
18
- <SolidColorBrush x : Key =" TabViewBackground" Color =" White" />
19
- <SolidColorBrush x : Key =" CustomInputFieldBorderBrush" Color =" DarkGray" />
20
- <SolidColorBrush x : Key =" RibbonBackgroundColor" Color =" White" />
21
- <StaticResource x : Key =" NavigationViewTopPaneBackground" ResourceKey =" RibbonBackgroundColor" />
22
12
<SolidColorBrush x : Key =" SystemControlPageBackgroundMediumAltMediumBrush" Color =" #99000000" />
23
13
</ResourceDictionary >
24
14
<ResourceDictionary x : Key =" Dark" >
25
15
<SolidColorBrush x : Key =" ApplicationPageBackgroundThemeBrush" Color =" #191919" />
26
- <SolidColorBrush x : Key =" UnmodifiedSystemPageColor" Color =" Black" />
27
- <StaticResource x : Key =" YourHomeCardBackgroundColor" ResourceKey =" TextControlBackground" />
28
- <SolidColorBrush x : Key =" YourHomeCardBorderColor" Color =" White" />
29
- <SolidColorBrush x : Key =" TabViewBackground" Color =" Black" />
30
- <SolidColorBrush x : Key =" TabViewItemHeaderBackgroundSelected" Color =" #191919" />
31
- <SolidColorBrush x : Key =" TabViewItemHeaderBackgroundPointerOver" Color =" #80191919" />
32
- <SolidColorBrush x : Key =" TabViewItemHeaderBackgroundPressed" Color =" #191919" />
33
- <SolidColorBrush x : Key =" CustomInputFieldBorderBrush" Color =" #FF363636" />
34
- <SolidColorBrush x : Key =" RibbonBackgroundColor" Color =" #131313" />
35
- <StaticResource x : Key =" NavigationViewTopPaneBackground" ResourceKey =" RibbonBackgroundColor" />
36
16
<SolidColorBrush x : Key =" SystemControlPageBackgroundMediumAltMediumBrush" Color =" #99000000" />
37
17
</ResourceDictionary >
38
18
<ResourceDictionary x : Key =" HighContrast" >
39
19
<SolidColorBrush x : Key =" ApplicationPageBackgroundThemeBrush" Color =" #191919" />
40
- <SolidColorBrush x : Key =" UnmodifiedSystemPageColor" Color =" Black" />
41
- <StaticResource x : Key =" YourHomeCardBackgroundColor" ResourceKey =" TextControlBackground" />
42
- <SolidColorBrush x : Key =" YourHomeCardBorderColor" Color =" White" />
43
- <SolidColorBrush x : Key =" TabViewBackground" Color =" Black" />
44
- <SolidColorBrush x : Key =" TabViewItemHeaderBackgroundSelected" Color =" #191919" />
45
- <SolidColorBrush x : Key =" TabViewItemHeaderBackgroundPointerOver" Color =" #80191919" />
46
- <SolidColorBrush x : Key =" TabViewItemHeaderBackgroundPressed" Color =" #191919" />
47
- <SolidColorBrush x : Key =" CustomInputFieldBorderBrush" Color =" #FF363636" />
48
- <SolidColorBrush x : Key =" RibbonBackgroundColor" Color =" #131313" />
49
- <StaticResource x : Key =" NavigationViewTopPaneBackground" ResourceKey =" RibbonBackgroundColor" />
50
20
<SolidColorBrush x : Key =" SystemControlPageBackgroundMediumAltMediumBrush" Color =" #99000000" />
51
21
</ResourceDictionary >
52
22
</ResourceDictionary .ThemeDictionaries>
53
23
</ResourceDictionary >
54
24
</ResourceDictionary .MergedDictionaries>
25
+ <FontFamily x : Key =" CustomGlyph" >/Assets/Custom Glyphs/Custom-Glyphs.ttf#Custom-Glyphs</FontFamily >
26
+ <FontFamily x : Key =" RecycleBinIcons" >/Assets/Custom Glyphs/recyclebin-fabric-glyph.ttf#Fabric MDL2 Assets</FontFamily >
55
27
</ResourceDictionary >
56
28
</Application .Resources>
57
29
</Application >
0 commit comments