Add project files.
This commit is contained in:
13
Examples/Nodify.StateMachine/Themes/Nodify.xaml
Normal file
13
Examples/Nodify.StateMachine/Themes/Nodify.xaml
Normal file
@@ -0,0 +1,13 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="Brushes.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
|
||||
<Color x:Key="PanelBackgroundColor">#2A1B47</Color>
|
||||
|
||||
<Color x:Key="ActiveStateColor">#A6D99C</Color>
|
||||
<Color x:Key="ReadOnlyStateColor">#FD5618</Color>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user