Files
Ursa.Avalonia/src/Ursa.Themes.Semi/Themes/HighContrast/Breadcrumb.axaml

6 lines
519 B
XML

<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StaticResource x:Key="BreadcrumbItemForeground" ResourceKey="SemiColorButtonText" />
<StaticResource x:Key="BreadcrumbItemSeparatorForeground" ResourceKey="SemiColorButtonText" />
<StaticResource x:Key="BreadcrumbItemLastForeground" ResourceKey="SemiColorHotlight" />
<StaticResource x:Key="BreadcrumbItemPointeroverForeground" ResourceKey="SemiColorHighlight" />
</ResourceDictionary>