Add project files.
This commit is contained in:
13
Examples/Nodify.StateMachine/Themes/Light.xaml
Normal file
13
Examples/Nodify.StateMachine/Themes/Light.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">#E9EEFE</Color>
|
||||
|
||||
<Color x:Key="ActiveStateColor">#8DD28A</Color>
|
||||
<Color x:Key="ReadOnlyStateColor">#E6AF86</Color>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user