7 lines
563 B
XML
7 lines
563 B
XML
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<StaticResource x:Key="AnchorPipeBackground" ResourceKey="GrayTextColor" />
|
|
<StaticResource x:Key="AnchorForeground" ResourceKey="WindowTextColor" />
|
|
<StaticResource x:Key="AnchorSelectedForeground" ResourceKey="HotlightColor" />
|
|
<StaticResource x:Key="AnchorPipeSelectedBackground" ResourceKey="HotlightColor" />
|
|
<StaticResource x:Key="AnchorPipeSelectedPrimaryBackground" ResourceKey="HotlightColor" />
|
|
</ResourceDictionary> |