wabbajack/Wabbajack.App/Assets/Wabbajack.axaml
2021-10-27 14:52:26 -06:00

43 lines
1.3 KiB
XML

<Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:Wabbajack.App.Controls">
<Design.PreviewWith>
<Border>
<TextBlock>Test</TextBlock>
</Border>
</Design.PreviewWith>
<Style Selector="controls|TagView Border">
<Setter Property="BorderThickness" Value="1" />
<Setter Property="BorderBrush" Value="#121212" />
<Setter Property="CornerRadius" Value="5" />
</Style>
<Style Selector="controls|TagView.ModList Border">
<Setter Property="Background" Value="#868CFC" />
</Style>
<Style Selector="controls|TagView.Game Border">
<Setter Property="Background" Value="#F686FC" />
</Style>
<Style Selector="controls|TagView.GameNotInstalled Border">
<Setter Property="Background" Value="#FCBB86" />
</Style>
<Style Selector="controls|TagView.GameNotInstalled Border">
<Setter Property="Background" Value="#FCBB86" />
</Style>
<Style Selector="controls|TagView TextBlock">
<Setter Property="Foreground" Value="#121212" />
</Style>
<Style Selector="Border.Settings">
<Setter Property="BorderThickness" Value="2"></Setter>
</Style>
</Styles>