mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
43 lines
1.3 KiB
XML
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> |