Add project files.
This commit is contained in:
17
Examples/Nodify.StateMachine/Themes/Brushes.xaml
Normal file
17
Examples/Nodify.StateMachine/Themes/Brushes.xaml
Normal file
@@ -0,0 +1,17 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:o="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options">
|
||||
|
||||
<SolidColorBrush x:Key="PanelBackgroundBrush"
|
||||
o:Freeze="True"
|
||||
Color="{DynamicResource PanelBackgroundColor}" />
|
||||
|
||||
<SolidColorBrush x:Key="ActiveStateBrush"
|
||||
o:Freeze="True"
|
||||
Color="{DynamicResource ActiveStateColor}" />
|
||||
|
||||
<SolidColorBrush x:Key="ReadOnlyStateBrush"
|
||||
o:Freeze="True"
|
||||
Color="{DynamicResource ReadOnlyStateColor}" />
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user