mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-28 12:13:24 +08:00
10 lines
575 B
XML
10 lines
575 B
XML
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<!-- DrawerPage background -->
|
|
<StaticResource x:Key="DrawerPageBackground" ResourceKey="SemiColorBackground0" />
|
|
<StaticResource x:Key="DrawerPageForeground" ResourceKey="SemiColorText0" />
|
|
<!-- Top bar -->
|
|
<StaticResource x:Key="DrawerPageTopBarBackground" ResourceKey="SemiColorBackground1" />
|
|
<!-- Pane button -->
|
|
<StaticResource x:Key="DrawerPagePaneButtonForeground" ResourceKey="SemiColorText0" />
|
|
</ResourceDictionary>
|