wabbajack/Wabbajack.App/Assets/Wabbajack.axaml

39 lines
1.2 KiB
Plaintext
Raw Normal View History

<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>
2021-10-23 16:51:17 +00:00
<Style Selector="controls|TagView Border">
2021-10-23 16:51:17 +00:00
<Setter Property="BorderThickness" Value="1" />
<Setter Property="BorderBrush" Value="#121212" />
<Setter Property="CornerRadius" Value="5" />
</Style>
2021-10-23 16:51:17 +00:00
<Style Selector="controls|TagView.ModList Border">
2021-10-23 16:51:17 +00:00
<Setter Property="Background" Value="#868CFC" />
</Style>
2021-10-23 16:51:17 +00:00
<Style Selector="controls|TagView.Game Border">
2021-10-23 16:51:17 +00:00
<Setter Property="Background" Value="#F686FC" />
</Style>
2021-10-23 16:51:17 +00:00
<Style Selector="controls|TagView.GameNotInstalled Border">
2021-10-23 16:51:17 +00:00
<Setter Property="Background" Value="#FCBB86" />
</Style>
2021-10-23 16:51:17 +00:00
<Style Selector="controls|TagView.GameNotInstalled Border">
2021-10-23 16:51:17 +00:00
<Setter Property="Background" Value="#FCBB86" />
</Style>
2021-10-23 16:51:17 +00:00
<Style Selector="controls|TagView TextBlock">
2021-10-23 16:51:17 +00:00
<Setter Property="Foreground" Value="#121212" />
</Style>
2021-10-23 16:51:17 +00:00
</Styles>