mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-06 09:16:35 +08:00
14 lines
628 B
XML
14 lines
628 B
XML
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<!-- Add Resources Here -->
|
|
<SolidColorBrush Color="#1C1F23" x:Key="HyperlinkButtonForeground" />
|
|
<SolidColorBrush Color="Transparent" x:Key="HyperlinkButtonDefaultBackground" />
|
|
<SolidColorBrush Color="#0077FA" x:Key="HyperlinkButtonOverForeground" />
|
|
<SolidColorBrush
|
|
Color="#1C1F23"
|
|
Opacity="0.35"
|
|
x:Key="HyperlinkButtonDisabledForeground" />
|
|
|
|
<SolidColorBrush Color="#681DA8" x:Key="HyperlinkButtonVisitedForeground" />
|
|
</ResourceDictionary>
|