6
6
<Application .Resources>
7
7
<ResourceDictionary >
8
8
<ResourceDictionary .MergedDictionaries>
9
- <XamlControlsResources xmlns =" using:Microsoft.UI.Xaml.Controls" />
10
- <ResourceDictionary Source =" /ResourceDictionaries/ToolbarButtonStyle.xaml" />
9
+ <XamlControlsResources xmlns =" using:Microsoft.UI.Xaml.Controls" />
10
+ <ResourceDictionary Source =" /ResourceDictionaries/ToolbarButtonStyle.xaml" />
11
11
<ResourceDictionary >
12
12
<ResourceDictionary .ThemeDictionaries>
13
13
<ResourceDictionary x : Key =" Default" >
14
- <SolidColorBrush x : Key =" NavigationViewDefaultPaneBackground" Color =" White" />
15
- <SolidColorBrush x : Key =" NavigationViewExpandedPaneBackground" Color =" White" />
16
- <AcrylicBrush x : Key =" BackgroundAcrylicBrush" FallbackColor =" {StaticResource SystemListLowColor}" BackgroundSource =" HostBackdrop" TintOpacity =" 0.7" Windows10version1903 : TintLuminosityOpacity =" 0.9" TintColor =" White" />
17
- <SolidColorBrush x : Key =" RibbonBackgroundColor" Color =" White" />
18
- <StaticResource x : Key =" NavigationViewTopPaneBackground" ResourceKey =" RibbonBackgroundColor" />
14
+ <SolidColorBrush x : Key =" NavigationViewDefaultPaneBackground" Color =" White" />
15
+ <SolidColorBrush x : Key =" NavigationViewExpandedPaneBackground" Color =" White" />
16
+ <AcrylicBrush
17
+ x : Key =" BackgroundAcrylicBrush"
18
+ Windows10version1903 : TintLuminosityOpacity =" 0.9"
19
+ BackgroundSource =" HostBackdrop"
20
+ FallbackColor =" {StaticResource SystemListLowColor}"
21
+ TintColor =" White"
22
+ TintOpacity =" 0.9" />
23
+ <SolidColorBrush x : Key =" RibbonBackgroundColor" Color =" White" />
24
+ <StaticResource x : Key =" NavigationViewTopPaneBackground" ResourceKey =" RibbonBackgroundColor" />
19
25
</ResourceDictionary >
20
26
<ResourceDictionary x : Key =" Light" >
21
- <AcrylicBrush x : Key =" BackgroundAcrylicBrush" FallbackColor =" {StaticResource SystemListLowColor}" BackgroundSource =" HostBackdrop" TintOpacity =" 0.7" Windows10version1903 : TintLuminosityOpacity =" 0.9" TintColor =" White" />
22
- <SolidColorBrush x : Key =" NavigationViewDefaultPaneBackground" Color =" White" />
23
- <SolidColorBrush x : Key =" NavigationViewExpandedPaneBackground" Color =" White" />
24
- <SolidColorBrush x : Key =" UnmodifiedSystemPageColor" Color =" White" />
25
- <SolidColorBrush x : Key =" YourHomeCardBackgroundColor" Color =" #f3f1ef" />
26
- <SolidColorBrush x : Key =" YourHomeCardBorderColor" Color =" #f3f1ef" />
27
- <SolidColorBrush x : Key =" CustomInputFieldBorderBrush" Color =" DarkGray" />
28
- <SolidColorBrush x : Key =" RibbonBackgroundColor" Color =" White" />
29
- <StaticResource x : Key =" NavigationViewTopPaneBackground" ResourceKey =" RibbonBackgroundColor" />
27
+ <AcrylicBrush
28
+ x : Key =" BackgroundAcrylicBrush"
29
+ Windows10version1903 : TintLuminosityOpacity =" 0.9"
30
+ BackgroundSource =" HostBackdrop"
31
+ FallbackColor =" {StaticResource SystemChromeWhiteColor}"
32
+ TintColor =" White"
33
+ TintOpacity =" 0.9" />
34
+ <SolidColorBrush x : Key =" NavigationViewDefaultPaneBackground" Color =" White" />
35
+ <SolidColorBrush x : Key =" NavigationViewExpandedPaneBackground" Color =" White" />
36
+ <SolidColorBrush x : Key =" UnmodifiedSystemPageColor" Color =" White" />
37
+ <SolidColorBrush x : Key =" YourHomeCardBackgroundColor" Color =" #f3f1ef" />
38
+ <SolidColorBrush x : Key =" YourHomeCardBorderColor" Color =" #f3f1ef" />
39
+ <SolidColorBrush x : Key =" CustomInputFieldBorderBrush" Color =" DarkGray" />
40
+ <SolidColorBrush x : Key =" RibbonBackgroundColor" Color =" White" />
41
+ <StaticResource x : Key =" NavigationViewTopPaneBackground" ResourceKey =" RibbonBackgroundColor" />
30
42
</ResourceDictionary >
31
43
<ResourceDictionary x : Key =" Dark" >
32
- <AcrylicBrush x : Key =" BackgroundAcrylicBrush" FallbackColor =" {StaticResource SystemListLowColor}" BackgroundSource =" HostBackdrop" TintOpacity =" 0.7" Windows10version1903 : TintLuminosityOpacity =" 0.9" TintColor =" Black" />
33
- <SolidColorBrush x : Key =" NavigationViewDefaultPaneBackground" Color =" #191919" />
34
- <SolidColorBrush x : Key =" NavigationViewExpandedPaneBackground" Color =" #191919" />
35
- <SolidColorBrush x : Key =" ApplicationPageBackgroundThemeBrush" Color =" #191919" />
36
- <SolidColorBrush x : Key =" UnmodifiedSystemPageColor" Color =" Black" />
37
- <StaticResource x : Key =" YourHomeCardBackgroundColor" ResourceKey =" TextControlBackground" />
38
- <SolidColorBrush x : Key =" YourHomeCardBorderColor" Color =" White" />
39
- <SolidColorBrush x : Key =" TabViewBackground" Color =" Black" />
40
- <SolidColorBrush x : Key =" TabViewItemHeaderBackgroundSelected" Color =" #191919" />
44
+ <AcrylicBrush
45
+ x : Key =" BackgroundAcrylicBrush"
46
+ Windows10version1903 : TintLuminosityOpacity =" 0.9"
47
+ BackgroundSource =" HostBackdrop"
48
+ FallbackColor =" {StaticResource SystemListLowColor}"
49
+ TintColor =" Black"
50
+ TintOpacity =" 0.7" />
51
+ <SolidColorBrush x : Key =" NavigationViewDefaultPaneBackground" Color =" #191919" />
52
+ <SolidColorBrush x : Key =" NavigationViewExpandedPaneBackground" Color =" #191919" />
53
+ <SolidColorBrush x : Key =" ApplicationPageBackgroundThemeBrush" Color =" #191919" />
54
+ <SolidColorBrush x : Key =" UnmodifiedSystemPageColor" Color =" Black" />
55
+ <StaticResource x : Key =" YourHomeCardBackgroundColor" ResourceKey =" TextControlBackground" />
56
+ <SolidColorBrush x : Key =" YourHomeCardBorderColor" Color =" White" />
57
+ <SolidColorBrush x : Key =" TabViewBackground" Color =" Black" />
58
+ <SolidColorBrush x : Key =" TabViewItemHeaderBackgroundSelected" Color =" #191919" />
41
59
<SolidColorBrush x : Key =" TabViewItemHeaderBackgroundPointerOver" Color =" #191919" />
42
- <SolidColorBrush x : Key =" TabViewItemHeaderBackgroundPressed" Color =" #191919" />
43
- <SolidColorBrush x : Key =" CustomInputFieldBorderBrush" Color =" #FF363636" />
60
+ <SolidColorBrush x : Key =" TabViewItemHeaderBackgroundPressed" Color =" #191919" />
61
+ <SolidColorBrush x : Key =" CustomInputFieldBorderBrush" Color =" #FF363636" />
44
62
<!-- <SolidColorBrush x:Key="TextControlBorderBrush" Color="#FF363636"/>-->
45
- <SolidColorBrush x : Key =" RibbonBackgroundColor" Color =" #131313" />
46
- <StaticResource x : Key =" NavigationViewTopPaneBackground" ResourceKey =" RibbonBackgroundColor" />
63
+ <SolidColorBrush x : Key =" RibbonBackgroundColor" Color =" #131313" />
64
+ <StaticResource x : Key =" NavigationViewTopPaneBackground" ResourceKey =" RibbonBackgroundColor" />
47
65
</ResourceDictionary >
48
66
<ResourceDictionary x : Key =" HighContrast" >
49
- <!-- This empty dictionary ensures that the default high contrast resources are used when the user turns on high contrast mode. -->
67
+ <!-- This empty dictionary ensures that the default high contrast resources are used when the user turns on high contrast mode. -->
50
68
</ResourceDictionary >
51
69
</ResourceDictionary .ThemeDictionaries>
52
70
</ResourceDictionary >
53
71
</ResourceDictionary .MergedDictionaries>
54
72
</ResourceDictionary >
55
73
56
74
</Application .Resources>
57
-
75
+
58
76
</Application >
0 commit comments