add themeable modlist border

This commit is contained in:
Jack Baron 2020-02-02 07:08:38 +00:00
parent 3dbcbaf481
commit 5cbabda14b
No known key found for this signature in database
GPG key ID: CD10BCEEC646C064
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,7 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Style TargetType="ListView">
<Setter Property="ListView.Background" Value="{DynamicResource ModListBackground}"/>
<Setter Property="ListView.BorderBrush" Value="{DynamicResource ModListBorderBrush}" />
<Setter Property="ListView.BorderThickness" Value="1,1.1,1,1" />
</Style>
</ResourceDictionary>

View file

@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!--ModAssistant Black Theme by Caeden117-->
@ -19,6 +19,7 @@
<SolidColorBrush x:Key="ModColumnBorderBrush" Color="LightGray"/>
<SolidColorBrush x:Key="ModColumnHeaderHighlighted" Color="#454545"/>
<SolidColorBrush x:Key="ModListBackground" Color="#FF1B1B1B" />
<SolidColorBrush x:Key="ModListBorderBrush" Color="#696969" />
<SolidColorBrush x:Key="ModListItemHighlighted" Color="#454545"/>
<SolidColorBrush x:Key="ModListItemSelected" Color="#696969"/>

View file

@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!--ModAssistant Light Theme by Caeden117-->
@ -19,6 +19,7 @@
<SolidColorBrush x:Key="ModColumnBorderBrush" Color="Gray"/>
<SolidColorBrush x:Key="ModColumnHeaderHighlighted" Color="LightGray"/>
<SolidColorBrush x:Key="ModListBackground" Color="#DDDDDD" />
<SolidColorBrush x:Key="ModListBorderBrush" Color="#AAA" />
<SolidColorBrush x:Key="ModListItemHighlighted" Color="#BBBBBB"/>
<SolidColorBrush x:Key="ModListItemSelected" Color="White"/>