File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ <!-- Copyright (c) Files Community. Licensed under the MIT License. -->
2+ <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4+ xmlns : local =" using:DevWinUI" >
5+
6+ <ResourceDictionary .ThemeDictionaries>
7+ <ResourceDictionary x : Key =" Light" >
8+ <SolidColorBrush x : Key =" App.Theme.Sidebar.BackgroundBrush" Color =" {StaticResource LayerOnMicaBaseAltFillColorDefault}" />
9+ </ResourceDictionary >
10+ <ResourceDictionary x : Key =" Dark" >
11+ <SolidColorBrush x : Key =" App.Theme.Sidebar.BackgroundBrush" Color =" {StaticResource LayerOnMicaBaseAltFillColorDefault}" />
12+ </ResourceDictionary >
13+ <ResourceDictionary x : Key =" HighContrast" >
14+ <SolidColorBrush x : Key =" App.Theme.Sidebar.BackgroundBrush" Color =" Transparent" />
15+ </ResourceDictionary >
16+ </ResourceDictionary .ThemeDictionaries>
17+ </ResourceDictionary >
You can’t perform that action at this time.
0 commit comments