9 lines
474 B
XML

<Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style Selector="ToolTip">
<Setter Property="CornerRadius" Value="2" />
<Setter Property="BorderBrush" Value="{StaticResource DarkBorderBrush}" />
<Setter Property="Background" Value="{StaticResource SemiLightMediumBackgroundBrush}" />
<Setter Property="Foreground" Value="{StaticResource AccentBrush}" />
</Style>
</Styles>