|
111 | 111 | </ResourceDictionary> |
112 | 112 |
|
113 | 113 | <ResourceDictionary x:Key="HighContrast"> |
114 | | - <StaticResource x:Key="TabViewBackground" ResourceKey="SystemControlBackgroundBaseLowBrush" /> |
115 | | - <StaticResource x:Key="TabViewItemHeaderBackgroundDisabled" ResourceKey="SystemControlBackgroundBaseLowBrush" /> |
116 | | - <StaticResource x:Key="TabViewItemHeaderForeground" ResourceKey="SystemControlForegroundBaseHighBrush" /> |
117 | | - <StaticResource x:Key="TabViewItemHeaderForegroundPressed" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
118 | | - <StaticResource x:Key="TabViewItemHeaderForegroundSelected" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
119 | | - <StaticResource x:Key="TabViewItemHeaderForegroundPointerOver" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
120 | | - <StaticResource x:Key="TabViewItemHeaderForegroundDisabled" ResourceKey="SystemControlDisabledBaseMediumLowBrush" /> |
121 | | - <StaticResource x:Key="TabViewItemIconForeground" ResourceKey="SystemControlForegroundBaseMediumBrush" /> |
122 | | - <StaticResource x:Key="TabViewItemIconForegroundPressed" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
123 | | - <StaticResource x:Key="TabViewItemIconForegroundSelected" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
124 | | - <StaticResource x:Key="TabViewItemIconForegroundPointerOver" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
125 | | - <StaticResource x:Key="TabViewItemIconForegroundDisabled" ResourceKey="SystemControlDisabledBaseMediumLowBrush" /> |
126 | | - <StaticResource x:Key="TabViewButtonBackground" ResourceKey="SystemControlBackgroundBaseLowBrush" /> |
127 | | - <StaticResource x:Key="TabViewButtonBackgroundPressed" ResourceKey="SystemControlHighlightChromeHighBrush" /> |
128 | | - <StaticResource x:Key="TabViewButtonBackgroundPointerOver" ResourceKey="SystemControlHighlightChromeHighBrush" /> |
129 | | - <StaticResource x:Key="TabViewButtonBackgroundDisabled" ResourceKey="SystemControlBackgroundBaseLowBrush" /> |
130 | | - <StaticResource x:Key="TabViewButtonForeground" ResourceKey="SystemControlForegroundBaseMediumBrush" /> |
131 | | - <StaticResource x:Key="TabViewButtonForegroundPressed" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
132 | | - <StaticResource x:Key="TabViewButtonForegroundPointerOver" ResourceKey="SystemControlHighlightAltBaseHighBrush" /> |
133 | | - <StaticResource x:Key="TabViewButtonForegroundDisabled" ResourceKey="SystemControlDisabledBaseMediumLowBrush" /> |
134 | | - <StaticResource x:Key="TabViewScrollButtonBackground" ResourceKey="SystemControlBackgroundBaseLowBrush" /> |
135 | | - <StaticResource x:Key="TabViewItemHeaderCloseButtonBackground" ResourceKey="SystemControlBackgroundBaseLowBrush" /> |
136 | | - <StaticResource x:Key="TabViewItemHeaderCloseButtonBackgroundPressed" ResourceKey="SystemControlBackgroundListMediumBrush" /> |
137 | | - <StaticResource x:Key="TabViewItemHeaderCloseButtonBackgroundPointerOver" ResourceKey="SystemControlBackgroundListLowBrush" /> |
138 | | - <StaticResource x:Key="TabViewItemHeaderPressedCloseButtonBackground" ResourceKey="SystemControlTransparentBrush" /> |
139 | | - <StaticResource x:Key="TabViewItemHeaderPointerOverCloseButtonBackground" ResourceKey="SystemControlTransparentBrush" /> |
140 | | - <StaticResource x:Key="TabViewItemHeaderSelectedCloseButtonBackground" ResourceKey="SystemControlTransparentBrush" /> |
141 | | - <StaticResource x:Key="TabViewItemHeaderDisabledCloseButtonBackground" ResourceKey="SystemControlBackgroundBaseLowBrush" /> |
142 | | - <StaticResource x:Key="TabViewItemHeaderCloseButtonForeground" ResourceKey="SystemControlForegroundBaseMediumBrush" /> |
143 | | - <StaticResource x:Key="TabViewItemHeaderCloseButtonForegroundPressed" ResourceKey="SystemControlForegroundBaseMediumHighBrush" /> |
144 | | - <StaticResource x:Key="TabViewItemHeaderCloseButtonForegroundPointerOver" ResourceKey="SystemControlForegroundBaseMediumHighBrush" /> |
145 | | - <StaticResource x:Key="TabViewItemHeaderPressedCloseButtonForeground" ResourceKey="SystemControlBackgroundBaseMediumBrush" /> |
146 | | - <StaticResource x:Key="TabViewItemHeaderPointerOverCloseButtonForeground" ResourceKey="SystemControlBackgroundBaseMediumBrush" /> |
147 | | - <StaticResource x:Key="TabViewItemHeaderSelectedCloseButtonForeground" ResourceKey="SystemControlBackgroundBaseMediumBrush" /> |
148 | | - <StaticResource x:Key="TabViewItemHeaderDisabledCloseButtonForeground" ResourceKey="SystemControlDisabledBaseMediumLowBrush" /> |
| 114 | + <StaticResource x:Key="TabViewBackground" ResourceKey="SystemColorButtonFaceColor" /> |
| 115 | + <StaticResource x:Key="TabViewItemHeaderBackgroundDisabled" ResourceKey="SystemColorWindowColor" /> |
| 116 | + <StaticResource x:Key="TabViewItemHeaderForeground" ResourceKey="SystemColorButtonTextColor" /> |
| 117 | + <StaticResource x:Key="TabViewItemHeaderForegroundPressed" ResourceKey="SystemColorButtonTextColor" /> |
| 118 | + <StaticResource x:Key="TabViewItemHeaderForegroundSelected" ResourceKey="SystemColorButtonTextColor" /> |
| 119 | + <StaticResource x:Key="TabViewItemHeaderForegroundPointerOver" ResourceKey="SystemColorButtonTextColor" /> |
| 120 | + <StaticResource x:Key="TabViewItemHeaderForegroundDisabled" ResourceKey="SystemColorGrayTextColor" /> |
| 121 | + <StaticResource x:Key="TabViewItemIconForeground" ResourceKey="SystemColorButtonTextColor" /> |
| 122 | + <StaticResource x:Key="TabViewItemIconForegroundPressed" ResourceKey="SystemColorButtonTextColor" /> |
| 123 | + <StaticResource x:Key="TabViewItemIconForegroundSelected" ResourceKey="SystemColorButtonTextColor" /> |
| 124 | + <StaticResource x:Key="TabViewItemIconForegroundPointerOver" ResourceKey="SystemColorButtonTextColor" /> |
| 125 | + <StaticResource x:Key="TabViewItemIconForegroundDisabled" ResourceKey="SystemColorGrayTextColor" /> |
| 126 | + <StaticResource x:Key="TabViewButtonBackground" ResourceKey="SystemColorButtonFaceColor" /> |
| 127 | + <StaticResource x:Key="TabViewButtonBackgroundPressed" ResourceKey="SystemColorHighlightColor" /> |
| 128 | + <StaticResource x:Key="TabViewButtonBackgroundPointerOver" ResourceKey="SystemColorHighlightColor" /> |
| 129 | + <StaticResource x:Key="TabViewButtonBackgroundDisabled" ResourceKey="SystemColorWindowColor" /> |
| 130 | + <StaticResource x:Key="TabViewButtonForeground" ResourceKey="SystemColorButtonTextColor" /> |
| 131 | + <StaticResource x:Key="TabViewButtonForegroundPressed" ResourceKey="SystemColorButtonTextColor" /> |
| 132 | + <StaticResource x:Key="TabViewButtonForegroundPointerOver" ResourceKey="SystemColorButtonTextColor" /> |
| 133 | + <StaticResource x:Key="TabViewButtonForegroundDisabled" ResourceKey="SystemColorGrayTextColor" /> |
| 134 | + <StaticResource x:Key="TabViewScrollButtonBackground" ResourceKey="SystemColorButtonFaceColor" /> |
| 135 | + <StaticResource x:Key="TabViewItemHeaderCloseButtonBackground" ResourceKey="SystemColorButtonFaceColor" /> |
| 136 | + <StaticResource x:Key="TabViewItemHeaderCloseButtonBackgroundPressed" ResourceKey="SystemColorHighlightColor" /> |
| 137 | + <StaticResource x:Key="TabViewItemHeaderCloseButtonBackgroundPointerOver" ResourceKey="SystemColorHighlightColor" /> |
| 138 | + <StaticResource x:Key="TabViewItemHeaderPressedCloseButtonBackground" ResourceKey="SystemColorHighlightColor" /> |
| 139 | + <StaticResource x:Key="TabViewItemHeaderPointerOverCloseButtonBackground" ResourceKey="SystemColorHighlightColor" /> |
| 140 | + <StaticResource x:Key="TabViewItemHeaderSelectedCloseButtonBackground" ResourceKey="SystemColorHighlightColor" /> |
| 141 | + <StaticResource x:Key="TabViewItemHeaderDisabledCloseButtonBackground" ResourceKey="SystemColorWindowColor" /> |
| 142 | + <StaticResource x:Key="TabViewItemHeaderCloseButtonForeground" ResourceKey="SystemColorButtonTextColor" /> |
| 143 | + <StaticResource x:Key="TabViewItemHeaderCloseButtonForegroundPressed" ResourceKey="SystemColorHighlightTextColor" /> |
| 144 | + <StaticResource x:Key="TabViewItemHeaderCloseButtonForegroundPointerOver" ResourceKey="SystemColorHighlightTextColor" /> |
| 145 | + <StaticResource x:Key="TabViewItemHeaderPressedCloseButtonForeground" ResourceKey="SystemColorButtonTextColor" /> |
| 146 | + <StaticResource x:Key="TabViewItemHeaderPointerOverCloseButtonForeground" ResourceKey="SystemColorButtonTextColor" /> |
| 147 | + <StaticResource x:Key="TabViewItemHeaderSelectedCloseButtonForeground" ResourceKey="SystemColorHighlightTextColor" /> |
| 148 | + <StaticResource x:Key="TabViewItemHeaderDisabledCloseButtonForeground" ResourceKey="SystemColorHighlightTextColor" /> |
149 | 149 |
|
150 | 150 | <!-- Note: These theme resources below are no longer used and might be removed in a future WinUI update. --> |
151 | | - <StaticResource x:Key="TabViewButtonBackgroundActiveTab" ResourceKey="SystemControlTransparentBrush" /> |
152 | | - <StaticResource x:Key="TabViewButtonForegroundActiveTab" ResourceKey="SystemControlBackgroundBaseMediumBrush" /> |
| 151 | + <StaticResource x:Key="TabViewButtonBackgroundActiveTab" ResourceKey="SystemColorWindowBrush" /> |
| 152 | + <StaticResource x:Key="TabViewButtonForegroundActiveTab" ResourceKey="SystemColorWindowTextBrush" /> |
153 | 153 |
|
154 | 154 | <StaticResource x:Key="TabViewBorderBrush" ResourceKey="CardStrokeColorDefault" /> |
155 | 155 | <StaticResource x:Key="TabViewItemBorderBrush" ResourceKey="SubtleFillColorTransparentBrush" /> |
|
0 commit comments