7 lines
550 B
XML
7 lines
550 B
XML
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<SolidColorBrush x:Key="HyperlinkButtonForeground" Color="#1C1F23" />
|
|
<SolidColorBrush x:Key="HyperlinkButtonDefaultBackground" Color="Transparent" />
|
|
<SolidColorBrush x:Key="HyperlinkButtonOverForeground" Color="#0077FA" />
|
|
<SolidColorBrush x:Key="HyperlinkButtonDisabledForeground" Opacity="0.35" Color="#1C1F23" />
|
|
<SolidColorBrush x:Key="HyperlinkButtonVisitedForeground" Color="#681DA8" />
|
|
</ResourceDictionary> |