8 lines
511 B
XML
8 lines
511 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:po="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options">
|
|
<!--Dark Theme-->
|
|
<SolidColorBrush x:Key="BackgroundWizard" Color="Black" po:Freeze="true" />
|
|
<SolidColorBrush x:Key="BorderWizardInner" Color="#FFB2B2B2" po:Freeze="true"/>
|
|
<SolidColorBrush x:Key="BorderWizardOuter" Color="#FF595959" po:Freeze="true"/>
|
|
</ResourceDictionary> |